aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26staging: rtl8192u: Fix alignments in 'if' statementsDafna Hirschfeld1-2/+5
2018-01-23staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King1-1/+1
2017-12-19staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited before that '++'Abdul Rauf1-6/+6
2017-12-07Staging: rtl8192u: Fix no spaces around '+'Akash Kumar1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+8
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-123/+110
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook6-38/+36
2017-09-22Staging: rtl8192u: ieee80211: Use netdev_info instead of printkGeorgiana Chelu1-2/+2
2017-09-18staging: rtl8192u: remove unneeded SN_LESS macroGreg Kroah-Hartman1-1/+0
2017-09-18staging: rtl819u: move '{' to next lineAastha Gupta1-1/+2
2017-09-18staging: rtl8192u: remove space before semicolonAastha Gupta1-1/+1
2017-09-18staging: rtl8192u: add space after ','Aastha Gupta1-1/+1
2017-09-18staging: rtl8192u: remove space function pointer argumentsAastha Gupta1-11/+11
2017-09-18staging: rtl8192u: fix '{' following enum go on the same lineAastha Gupta1-6/+3
2017-09-18staging: rtl8192u:add space before '(' and '{'Aastha Gupta1-5/+5
2017-09-18staging: rtl8192u: add spaces after struct/enum definitionsAastha Gupta1-10/+10
2017-09-18staging: rtl8192u: remove space before ')'Aastha Gupta1-2/+2
2017-09-18staging: rtl8192u: remove space after '('Aastha Gupta1-1/+1
2017-09-18staging: rtl8192u: add space after '}'Aastha Gupta1-11/+11
2017-09-18staging: rtl8192u: fix spaces around algebric and binary operatorsAastha Gupta1-13/+13
2017-09-17staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov2-25/+17
2017-07-27staging: rtl8192u: fix spelling mistake: "Senondary" -> "Secondary"Colin Ian King1-1/+1
2017-07-16staging: rtl8192u: reduce stack frame size in ieee80211_rx_mgt_rslArnd Bergmann1-36/+42
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-33/+24
2017-06-25staging: rtl8192u - add parameter namesDerek Robson2-3/+3
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu2-9/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-16/+13
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-11/+8
2017-05-15staging: rtl8192u: Fix type mismatch warnings reported by sparseSuniel Mahesh1-17/+10
2017-05-15Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issueRiccardo Marotti1-2/+1
2017-05-15staging: rtl8192u: ieee80211: rtl819x_TSProc: Fixed brace placement issuesFabrizio Perria1-116/+55
2017-04-28staging: rtl8192u: fix incorrect assignmentsJakub Jedelsky1-4/+6
2017-04-18staging: rtl8192u: fix incorrect type in assignment in ieee80211_tx.cMartin Karamihov1-1/+1
2017-04-08staging: rtl8192u: ieee80211: Fix space required after }.Valerio Genovese1-2/+2
2017-03-14staging: rtl8192u: ieee80211: Remove code in commentssimran singhal1-4/+0
2017-03-09staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal4-5/+5
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu2-2/+2
2017-03-07staging: rtl8192u: Replace "the the " with "the"simran singhal1-1/+1
2017-03-06staging: rtl8192u: Remove ternary operatorGargi Sharma1-8/+7
2017-03-06staging: rtl8192u: Replace explicit NULL comparisonGargi Sharma1-2/+2
2017-03-06staging: rtl8192u: Fix endianness warnings in ieee80211_rx.cSebastian Haas1-26/+26
2017-03-06staging: rtl8192u: Fix warnings about endiannessmaomao xu1-3/+1
2017-03-06staging: rtl8192u: ieee80211: Remove typedef to the tx_pending_t structuresayli karnik1-3/+3
2017-03-06staging: rtl8192u: Fixed 'tabstop' coding style warningsimran singhal1-1/+1
2017-03-06staging: rtl8192u: Replace symbolic permissions with octal permissionssimran singhal1-2/+1
2017-02-27scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada2-3/+3
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds15-402/+381
2017-02-16Staging: rtl8192u: ieee80211: ieee80211.h - style fixDerek Robson1-25/+36
2017-02-16Staging: rtl8192u: ieee80211: ieee80211_tx.c - style fixDerek Robson1-140/+150