summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor2019-05-221-2/+1Star
* Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan2019-05-201-2/+2
* Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan2019-05-201-4/+4
* staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-031-2/+1Star
* staging:rtl8192u: Rename member pDot11dInfo - StyleJohn Whitmore2018-09-101-4/+4
* staging:rtl8192u: Rename DOT11D_ScanComplete - StyleJohn Whitmore2018-08-271-2/+2
* staging:rtl8192u: Rename Dot11d_Reset - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Replace magic number with defined constant - StyleJohn Whitmore2018-08-051-1/+1
* staging:rtl8192u: Rename octet_string members - StyleJohn Whitmore2018-08-021-17/+17
* staging:rtl8192u: rename OCTET_STRING - StyleJohn Whitmore2018-08-021-3/+3
* staging:rtl8192u: Remove typedef and rename struct RT_DOT11D_INFO - StyleJohn Whitmore2018-07-241-1/+1
* staging:rtl8192u: Correction of indentation issues - Coding StyleJohn Whitmore2018-07-111-39/+37Star
* staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore2018-07-111-51/+50Star
* staging:rtl8192u: Remove unnecessary parentheses - Coding StyleJohn Whitmore2018-07-111-4/+4
* staging:rtl8192u: Move trailing conditional statement to the following lineJohn Whitmore2018-07-111-8/+17
* staging:rtl8192u: Remove prohibited spaces - Coding StyleJohn Whitmore2018-07-111-6/+6
* staging:rtl8192u: Correct spacing before and after parenthesis - StyleJohn Whitmore2018-07-111-42/+36Star
* staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore2018-07-111-147/+107Star
* staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore2018-07-111-18/+0Star
* 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/+86Star
* 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/+0Star
* staging: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-281-1/+1
* staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai2018-04-231-1/+1
* staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King2018-01-231-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-8/+8
* staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov2017-09-171-14/+13Star
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-6/+5Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-12/+9Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1Star
* staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal2017-03-091-1/+1
* staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu2017-03-091-1/+1
* scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* staging: rtl8192u: Fixing no new typedef warningsimran singhal2017-02-121-3/+3
* staging: rtl8192u: Adding a blank line after declarationssimran singhal2017-02-101-0/+8
* staging: rtl8192u: remove redundant null check on array algColin Ian King2017-02-091-17/+15Star
* staging: rtl8192u: Adding space after ','simran singhal2017-01-271-4/+4
* staging: rtl8192u: Adding space around '='simran singhal2017-01-271-4/+4
* staging: rtl8192u: Adding space around '='simran singhal2017-01-231-1/+1
* staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where po...Baoyou Xie2016-09-231-6/+10
* Staging: rtl8192u: Remove useless type conversionBhumika Goyal2016-09-201-1/+1
* rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2016-06-191-9/+9
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-191-18/+18
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-3/+3
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1