summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore2018-07-086-12/+13
* staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore2018-07-081-62/+62
* staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore2018-07-081-88/+86
* staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore2018-07-089-14/+15
* staging/rtl8192u: fix defined but not used build warningsRandy Dunlap2018-07-072-4/+5
* staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore2018-07-061-26/+31
* staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore2018-07-061-25/+25
* staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore2018-07-061-15/+15
* staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore2018-07-061-6/+6
* staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore2018-07-061-7/+7
* staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore2018-07-061-105/+0
* staging: rtl8192u: Remove redundant definitions in headerJohn Whitmore2018-07-061-117/+0
* staging: rtl8192u: Use memset to initialize memory, instead of loop.John Whitmore2018-07-061-4/+1
* staging: rtl8192u: Use __func__ instead of hardcoded string - StyleJohn Whitmore2018-07-061-6/+18
* staging: rtl8192u Remove redundant #include directiveJohn Whitmore2018-07-021-1/+1
* staging: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-281-1/+1
* staging: rtl8192u: Correction of spelling mistake in comment.John Whitmore2018-06-261-1/+1
* staging: rtl8192u: Correct if statement - Coding StyleJohn Whitmore2018-06-261-1/+1
* staging: rtl8192u: Remove braces from single statement blocks - StyleJohn Whitmore2018-06-261-8/+4
* staging: rtl8192u: Truncate block comments to 80 character length - StyleJohn Whitmore2018-06-261-43/+63
* staging: rtl8192u: Correct indentation of switch statement - Coding StyleJohn Whitmore2018-06-261-15/+15
* staging: rtl8192u: change block comments to prefered style - Coding StyleJohn Whitmore2018-06-261-171/+195
* rtl8192u/rtl819x_BAProc.c: Adjust spaces to coding guidelinesFabian Bläse2018-06-261-40/+31
* rtl8192u/rtl819x_Qos.h: Adjust spaces to coding guidelinesFabian Bläse2018-06-261-47/+47
* staging: rtl8192u: remove redundant variablesKenneth Lu2018-06-173-10/+2
* staging: rtl8192e: remove unnecessary parentheses - Coding StyleJohn Whitmore2018-06-171-6/+6
* staging: rtl8192e: Optimise Comparison to NULL tests - Coding StyleJohn Whitmore2018-06-171-5/+5
* staging: rtl8192e: Correct declaration of HTResetIOTSetting - Coding StyleJohn Whitmore2018-06-171-3/+1
* staging: rtl8192e: Remove unrequired space at start of line - Coding StyleJohn Whitmore2018-06-171-1/+1
* staging: rtl8192e: Correct alignment of if statements - Coding StyleJohn Whitmore2018-06-171-8/+8
* staging: rtl8192e: Remove unnecessary return statements - Coding styleJohn Whitmore2018-06-171-4/+0
* staging: rtl8192e: Addition of prefered spacing - Coding styleJohn Whitmore2018-06-171-11/+11
* staging: rtl8192e: Add and remove blank lines - Coding styleJohn Whitmore2018-06-171-48/+16
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-097-270/+211
|\
| * 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/+79
| * 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/+14
|/
* 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