aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-01staging:r8190: coding style: Fixed checkpatch reported ErrorSanjeev Sharma1-90/+79
2014-08-01staging:r8180: coding style: Fixed too long linesSanjeev Sharma1-4/+7
2014-08-01staging:r8180: coding style: Fixed commenting styleSanjeev Sharma1-6/+9
2014-07-10staging: rtl8192u: Fixed switch and case indentation errorsanjeev sharma1-6/+6
2014-07-10staging: rtl8192u: Remove useless return statementsanjeev sharma1-13/+0
2014-06-26staging: rtl8192u: r8192U_core.c: Cleaning up variable is set more than onceRickard Strandqvist1-1/+0
2014-06-26Staging: rtl8192u: r8192U_wx.c Fixed a code-style error about trailing whitespaceChaitanya Hazarey1-1/+1
2014-06-26Staging: rtl8192u: r8192U_wx.c Fixed some more code-style warnings about spacesChaitanya Hazarey1-2/+2
2014-06-26Staging: rtl8192u: r8192U_wx.c Fixed code-style warningsChaitanya Hazarey1-1/+12
2014-06-19staging: rtl8712, rtl8712: avoid lots of build warningsArnd Bergmann1-5/+5
2014-06-19staging: rtl8192u: r8192U_core.c: Cleaning up unclear and confusing codeRickard Strandqvist1-3/+2
2014-06-19Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style errorChaitanya Hazarey1-1/+1
2014-06-19Staging: rtl8192u: r8192U_core.c Fixed open brace { placementChaitanya Hazarey1-46/+23
2014-06-19Staging: rtl8192u: r8192U_core.c Converted some C99 comments to fix code-style errorsChaitanya Hazarey1-17/+17
2014-06-19Staging: rtl8192u: r8192U_core.c Rearranged statements to fix code-style errorsChaitanya Hazarey1-151/+402
2014-06-19Staging: rtl8192u: r8192U_core.c Added a space after ','Chaitanya Hazarey1-11/+11
2014-06-19Staging: rtl8192u: r8192U_wx.c Removed some more commented out dead codeChaitanya Hazarey1-17/+1
2014-06-19staging: rtl8192u: remove checks for CONFIG_IEEE80211_CRYPT_TKIPPaul Bolle2-6/+4
2014-06-19Staging: rtl8192u: r8192U_wx.c Added a single space for code-style issueChaitanya Hazarey1-1/+1
2014-06-19Staging: rtl8192u: r8192U_wx.c Removed all C99 commentsChaitanya Hazarey1-65/+65
2014-06-19Staging: rtl8192u: r8192U_wx.c removed commented dead codeChaitanya Hazarey1-10/+0
2014-05-29Staging: rtl8192u: r8192U_wx.c Fixed a misplaced braceChaitanya Hazarey1-1/+2
2014-05-28Staging: rtl8192u: r8192U_wx.c Added {} braces and newlinesChaitanya Hazarey1-38/+46
2014-05-28Staging: rtl8192u: r8192U_wx.c Added missing spacesChaitanya Hazarey1-73/+73
2014-05-28Revert "staging: rtl8192u: rename CONFIG_IEEE80211_CRYPT_TKIP"Greg Kroah-Hartman2-2/+2
2014-05-27Staging: rtl8192u: r8180_93cx6.c Added missing spacesChaitanya Hazarey1-23/+23
2014-05-26staging: rtl8192u: remove checks for CONFIG_RTL8192_PMPaul Bolle1-9/+0
2014-05-26staging: rtl8192u: rename CONFIG_IEEE80211_CRYPT_TKIPPaul Bolle2-2/+2
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin6-13/+6
2014-05-25Staging: rtl8192u: r819xU_firmware_img.c Fixed checkpatch.pl ERRORsChaitanya Hazarey1-521/+521
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches14-64/+64
2014-05-24Staging: rtl8192u: Remove old WIRELESS_EXT supportJoel Pelaez Jorge5-65/+4
2014-05-23staging: rtl8192u: r8192U_core.c: Fix to remove null pointer checks that could never happenRickard Strandqvist1-3/+0
2014-05-23staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine6-70/+52
2014-05-03staging: rtl8192u: fix checkpatch braces warningRui Miguel Silva4-12/+6
2014-05-03staging: rtl8192u: cleanup a switch statementDan Carpenter1-11/+8
2014-04-25staging: rtl8192u: Fix indentation problemsLoïc Pellegrino1-3/+3
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2014-03-19staging: rtl8192u: make in r819xU_cmdpkt.c some local functions staticAna Rey1-1/+1
2014-03-19staging: rtl8192u: make in ieee80211/ieee80211_wx.c a local variable staticAna Rey1-1/+1
2014-03-19staging: rtl8192u: Delete 'fwSendNullPacket' function in r819xU_firmware.cAna Rey1-40/+0
2014-03-19staging: rtl8192u: make in r819xU_firmware.c some local functions staticAna Rey1-4/+6
2014-03-19staging: rtl8192u: Delete duplicate function declarations and extern keywordAna Rey1-41/+10
2014-03-19staging: rtl8192u: Delete 'DM_CTSToSelfSetting' function in r8192U_dm.cAna Rey1-20/+0
2014-03-19staging: rtl8192u: Delete 'dm_change_fsync_setting' function in r8192U_dm.cAna Rey1-16/+0
2014-03-19staging: rtl8192u: Fix whitespaces in function declarations in r8192U_dm.hAna Rey1-21/+19
2014-03-18staging: rtl8192u: Convert from printk into netdev_err or netdev_infoAna Rey1-9/+9
2014-03-18staging: rtl8192u: Move export_symbol below its functionAna Rey1-8/+6
2014-03-18staging: rtl8192u: fix coding style in function definitionAna Rey1-28/+8
2014-03-18staging: rtl8192u: Add whitespace in ieee80211/dot11d.cAna Rey1-5/+5