summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)AuthorFilesLines
2018-06-28staging: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-26staging: rtl8192u: Correction of spelling mistake in comment.John Whitmore1-1/+1
2018-06-26staging: rtl8192u: Correct if statement - Coding StyleJohn Whitmore1-1/+1
2018-06-26staging: rtl8192u: Remove braces from single statement blocks - StyleJohn Whitmore1-8/+4
2018-06-26staging: rtl8192u: Truncate block comments to 80 character length - StyleJohn Whitmore1-43/+63
2018-06-26staging: rtl8192u: Correct indentation of switch statement - Coding StyleJohn Whitmore1-15/+15
2018-06-26staging: rtl8192u: change block comments to prefered style - Coding StyleJohn Whitmore1-171/+195
2018-06-26rtl8192u/rtl819x_BAProc.c: Adjust spaces to coding guidelinesFabian Bläse1-40/+31
2018-06-26rtl8192u/rtl819x_Qos.h: Adjust spaces to coding guidelinesFabian Bläse1-47/+47
2018-06-17staging: rtl8192u: remove redundant variablesKenneth Lu3-10/+2
2018-06-17staging: rtl8192e: remove unnecessary parentheses - Coding StyleJohn Whitmore1-6/+6
2018-06-17staging: rtl8192e: Optimise Comparison to NULL tests - Coding StyleJohn Whitmore1-5/+5
2018-06-17staging: rtl8192e: Correct declaration of HTResetIOTSetting - Coding StyleJohn Whitmore1-3/+1
2018-06-17staging: rtl8192e: Remove unrequired space at start of line - Coding StyleJohn Whitmore1-1/+1
2018-06-17staging: rtl8192e: Correct alignment of if statements - Coding StyleJohn Whitmore1-8/+8
2018-06-17staging: rtl8192e: Remove unnecessary return statements - Coding styleJohn Whitmore1-4/+0
2018-06-17staging: rtl8192e: Addition of prefered spacing - Coding styleJohn Whitmore1-11/+11
2018-06-17staging: rtl8192e: Add and remove blank lines - Coding styleJohn Whitmore1-48/+16
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-270/+211
2018-06-01staging: rtl8192e: Correct indentation of switch statements - coding styleJohn Whitmore1-24/+24
2018-06-01staging: rtl8192e: correct position of '{', '}', '(' and ')' - coding styleJohn Whitmore1-138/+79
2018-06-01staging: rtl8192e: Add spaces where required by coding standardJohn Whitmore1-63/+63
2018-05-20staging: rtl8192e: Add blank space before '(' - coding style.John Whitmore1-83/+83
2018-05-20staging: rtl8192e: Remove blank space before ', ' - coding style.John Whitmore1-2/+2
2018-05-16staging/rtl8192u: simplify procfs codeChristoph Hellwig1-53/+14
2018-04-23staging: rtl8192u: Replace mdelay with usleep_range in dm_TXPowerTrackingCall...Jia-Ju Bai1-2/+2
2018-04-23staging: rtl8192u: Replace mdelay with usleep_range in rtl8192_usb_disconnectJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in prism2_wep_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_tkip_initJia-Ju Bai1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_ccmp_initJia-Ju Bai1-1/+1
2018-03-08staging: rtl8192u: Replace printk() with more standardize output format.Arushi Singhal1-11/+11
2018-03-01staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddrColin Ian King1-0/+2
2018-02-26staging: rtl8192u: Fix alignments in 'if' statementsDafna Hirschfeld1-2/+5
2018-02-02Staging: rtl8192u: kconfig: Remove blank help textUlf Magnusson1-1/+0
2018-01-23staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King1-1/+1
2018-01-08staging: rtl8192u: Replace mdelay with msleep in rtl8192_usb_probeJia-Ju Bai1-1/+1
2017-12-19staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited ...Abdul Rauf1-6/+6
2017-12-07Staging: rtl8192u: Fix no spaces around '+'Akash Kumar1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-8/+8
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-141/+127
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook9-50/+46
2017-10-03staging: rtl8192u: Fix some error handling pathChristophe JAILLET1-4/+1
2017-10-03staging: rtl8192u: Check some memory allocation failureChristophe JAILLET1-0/+4
2017-10-03staging: rtl8192u: make r8192_wx_handlers_def structure constBhumika Goyal2-2/+2
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