summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-4/+5
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-097-270/+211Star
|\
| * staging: rtl8192e: Correct indentation of switch statements - coding styleJohn Whitmore2018-06-011-24/+24
| * staging: rtl8192e: correct position of '{', '}', '(' and ')' - coding styleJohn Whitmore2018-06-011-138/+79Star
| * staging: rtl8192e: Add spaces where required by coding standardJohn Whitmore2018-06-011-63/+63
| * staging: rtl8192e: Add blank space before '(' - coding style.John Whitmore2018-05-201-83/+83
| * staging: rtl8192e: Remove blank space before ', ' - coding style.John Whitmore2018-05-201-2/+2
| * staging: rtl8192u: Replace mdelay with usleep_range in dm_TXPowerTrackingCall...Jia-Ju Bai2018-04-231-2/+2
| * staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnectJia-Ju Bai2018-04-231-1/+1
| * staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai2018-04-231-1/+1
| * staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in prism2_wep_initJia-Ju Bai2018-04-231-1/+1
| * staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_tkip_initJia-Ju Bai2018-04-231-1/+1
| * staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_ccmp_initJia-Ju Bai2018-04-231-1/+1
* | staging/rtl8192u: simplify procfs codeChristoph Hellwig2018-05-161-53/+14Star
|/
* staging: rtl8192u: Replace printk() with more standardize output format.Arushi Singhal2018-03-081-11/+11
* staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddrColin Ian King2018-03-011-0/+2
* staging: rtl8192u: Fix alignments in 'if' statementsDafna Hirschfeld2018-02-261-2/+5
* Staging: rtl8192u: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
* staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King2018-01-231-1/+1
* staging: rtl8192u: Replace mdelay with msleep in rtl8192_usb_probeJia-Ju Bai2018-01-081-1/+1
* staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited ...Abdul Rauf2017-12-191-6/+6
* Staging: rtl8192u: Fix no spaces around '+'Akash Kumar2017-12-071-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-8/+8
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1414-141/+127Star
|\
| * staging: rtl8192u: Convert timers to use timer_setup()Kees Cook2017-10-189-50/+46Star
| * staging: rtl8192u: Fix some error handling pathChristophe JAILLET2017-10-031-4/+1Star
| * staging: rtl8192u: Check some memory allocation failureChristophe JAILLET2017-10-031-0/+4
| * staging: rtl8192u: make r8192_wx_handlers_def structure constBhumika Goyal2017-10-032-2/+2
| * Staging: rtl8192u: ieee80211: Use netdev_info instead of printkGeorgiana Chelu2017-09-221-2/+2
| * staging: rtl8192u: remove unneeded SN_LESS macroGreg Kroah-Hartman2017-09-181-1/+0Star
| * staging: rtl819u: move '{' to next lineAastha Gupta2017-09-181-1/+2
| * staging: rtl8192u: remove space before semicolonAastha Gupta2017-09-181-1/+1
| * staging: rtl8192u: add space after ','Aastha Gupta2017-09-181-1/+1
| * staging: rtl8192u: remove space function pointer argumentsAastha Gupta2017-09-181-11/+11
| * staging: rtl8192u: fix '{' following enum go on the same lineAastha Gupta2017-09-181-6/+3Star
| * staging: rtl8192u:add space before '(' and '{'Aastha Gupta2017-09-181-5/+5
| * staging: rtl8192u: add spaces after struct/enum definitionsAastha Gupta2017-09-181-10/+10
| * staging: rtl8192u: remove space before ')'Aastha Gupta2017-09-181-2/+2
| * staging: rtl8192u: remove space after '('Aastha Gupta2017-09-181-1/+1
| * staging: rtl8192u: add space after '}'Aastha Gupta2017-09-181-11/+11
| * staging: rtl8192u: fix spaces around algebric and binary operatorsAastha Gupta2017-09-181-13/+13
| * staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov2017-09-172-25/+17Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
|/
* staging: rtl8192u: fix spelling mistake: "Senondary" -> "Secondary"Colin Ian King2017-07-281-1/+1
* staging: rtl8192u: fix incorrect mask and shift on u8 dataColin Ian King2017-07-281-1/+1
* Staging: rtl8192u: Use __func__ instead of function name.Shreeya Patel2017-07-171-12/+11Star
* staging: rtl8192u: Fix braces placement and spacingLukasz Faber2017-07-161-6/+5Star
* staging: rtl8192u: reduce stack frame size in ieee80211_rx_mgt_rslArnd Bergmann2017-07-161-36/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-055-36/+25Star
|\
| * net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-203-11/+7Star