summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-031-1/+0Star
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-2019-561/+506Star
| |\
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-1/+0Star
* | | staging: rtl8187se: Clean-up comment line style in r8180_rtl8225.hAna Rey2014-03-181-10/+9Star
* | | staging: rtl8187se: Delete commented code and whitelineAna Rey2014-03-181-15/+0Star
* | | staging: rtl8187se: Delete unnecessary comment in r8180_core.cAna Rey2014-03-181-47/+13Star
* | | staging: rtl8187se: Use min_t instead of minAna Rey2014-03-181-1/+1
* | | staging: rtl8187se: Use ether_addr_copy functionAna Rey2014-03-181-1/+2
* | | staging: rtl8187se: Convert from printk into netdev_err or netdev_infoAna Rey2014-03-181-6/+7
* | | staging: rtl8187se: Fix indent in switch statement.Ana Rey2014-03-181-1/+1
* | | staging: rtl8187se: Fix commend lineAna Rey2014-03-181-42/+47
* | | staging: rtl8187se: Delete commented codeAna Rey2014-03-181-38/+4Star
* | | Staging: rtl8187se: Fix warning symbol should be staticAndreea-Cristina Bernat2014-03-181-1/+1
* | | staging:rtl8187se: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi2014-03-181-2/+2
* | | staging: rtl8187se: Remove initialization of static variable in ieee80211/iee...Ana Rey2014-03-171-1/+1
* | | staging: rtl8187se: Fix pointer declarations in ieee80211/ieee80211_softmac.cAna Rey2014-03-171-25/+25
* | | staging: rtl8187se: Move trailing statement to next lineAna Rey2014-03-171-9/+19
* | | staging: rtl8187se: Delete some innecesary whitespacesAna Rey2014-03-171-3/+3
* | | staging: rtl8187se: Add whitespaces around '&', '||' and '&&'Ana Rey2014-03-171-4/+3Star
* | | staging: rtl8187se: Add whitespaces around '+=' and '=='Ana Rey2014-03-171-8/+8
* | | staging: rtl8187se: Fix "code indent should use tabs where possible" errorAna Rey2014-03-171-31/+31
* | | staging: rtl8187se: Add whitespaces around commasAna Rey2014-03-171-75/+75
* | | staging: rtl8187se: Add whitespaces around '+', '-' and '='Ana Rey2014-03-171-19/+19
* | | staging: rtl8187se: Delete spaces prohibited around semicolons, colons and ex...Ana Rey2014-03-171-3/+3
* | | staging: rtl8187se: Delete space prohibited after open parenthesis.Ana Rey2014-03-171-6/+7
* | | staging: rtl8187se: Delete space prohibited between function name and open pa...Ana Rey2014-03-171-5/+5
* | | staging: rtl8187se: Add whitespaces in while and for structures.Ana Rey2014-03-171-12/+12
* | | staging: rtl8187se: Add whitespaces between 'if' and the condition.Ana Rey2014-03-171-39/+39
* | | staging: rtl8187se: Delete braces are not necessary in ieee80211/ieee80211_so...Ana Rey2014-03-171-35/+27Star
* | | staging: rtl8187se: Add necessary whitespaces in while and do-while statements.Ana Rey2014-03-171-14/+12Star
* | | staging: rtl8187se: Fix whitespace around else-statementsAna Rey2014-03-171-25/+22Star
* | | staging: rtl8187se: Fix whitespaces in if-statement.Ana Rey2014-03-171-104/+87Star
* | | staging: rtl8187se: Remove unused functions 'rsn_authen_cipher_suite' and 'ex...Ana Rey2014-03-171-19/+0Star
* | | staging: rtl8187se: Re-write if statement with comment lines inside.Ana Rey2014-03-171-13/+18
* | | staging: rtl8187se: Clean-up comment line styleAna Rey2014-03-171-73/+80
* | | staging: rtl8187se: Remove unnecessary blank linesAna Rey2014-03-171-129/+3Star
* | | staging: rtl8187se: Delete commented codeAna Rey2014-03-171-154/+18Star
* | | staging:rtl8187se: Fix sparse warning in right shiftHimangi Saraogi2014-03-141-2/+2
* | | staging:rtl8187se:ieee80211: Fix sparse warning of cast to restricted __le16Himangi Saraogi2014-03-141-1/+1
* | | staging: rtl8187se: Fix braces in ieee80211/ieee80211_crypt_tkip.cAna Rey2014-03-131-6/+4Star
* | | staging: rtl8187se: Fix whitespaces in ieee80211/ieee80211_crypt_tkip.cAna Rey2014-03-131-4/+4
* | | staging: rtl8187se: Deleted rtl8225z2_rf_set_mode functionAna Rey2014-03-131-39/+0Star
* | | staging: rtl8187se: Delete commented code in r8180.hAna Rey2014-03-131-58/+0Star
* | | staging: rtl8187se: Convert _RT_PS_MODE typedef into an enumAna Rey2014-03-132-8/+8
* | | staging: rtl8187se: Delete typedef _LED_CTL_MODEAna Rey2014-03-131-12/+0Star
* | | staging: rtl8187se: Convert _RT_RF_POWER_STATE typedef into an enumAna Rey2014-03-136-44/+44
* | | staging: rtl8187se: Convert _LED_STRATEGY_8185 typedef into an enumAna Rey2014-03-132-4/+5
* | | staging: rtl8187se: Convert nic_t typedef into an enumAna Rey2014-03-131-2/+2
* | | staging: rtl8187se: Convert _WIRELESS_MODE into a enum.Ana Rey2014-03-133-9/+9
* | | staging:rtl8187se: Remove unused variableHimangi Saraogi2014-03-111-8/+0Star