aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed1-1/+1
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed1-12/+16
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+3
2019-11-11staging: rtl8192u: Fix typo in commentXianting Tian1-1/+1
2019-08-25staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King1-1/+0
2019-05-22staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor1-2/+1
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan1-4/+4
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-2/+1
2018-09-10staging:rtl8192u: Rename member pDot11dInfo - StyleJohn Whitmore1-4/+4
2018-08-27staging:rtl8192u: Rename DOT11D_ScanComplete - StyleJohn Whitmore1-2/+2
2018-08-27staging:rtl8192u: Rename Dot11d_Reset - StyleJohn Whitmore1-1/+1
2018-08-05staging:rtl8192u: Replace magic number with defined constant - StyleJohn Whitmore1-1/+1
2018-08-02staging:rtl8192u: Rename octet_string members - StyleJohn Whitmore1-17/+17
2018-08-02staging:rtl8192u: rename OCTET_STRING - StyleJohn Whitmore1-3/+3
2018-07-24staging:rtl8192u: Remove typedef and rename struct RT_DOT11D_INFO - StyleJohn Whitmore1-1/+1
2018-07-11staging:rtl8192u: Correction of indentation issues - Coding StyleJohn Whitmore1-39/+37
2018-07-11staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore1-51/+50
2018-07-11staging:rtl8192u: Remove unnecessary parentheses - Coding StyleJohn Whitmore1-4/+4
2018-07-11staging:rtl8192u: Move trailing conditional statement to the following lineJohn Whitmore1-8/+17
2018-07-11staging:rtl8192u: Remove prohibited spaces - Coding StyleJohn Whitmore1-6/+6
2018-07-11staging:rtl8192u: Correct spacing before and after parenthesis - StyleJohn Whitmore1-42/+36
2018-07-11staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore1-147/+107
2018-07-11staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore1-18/+0
2018-07-08staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore1-62/+62
2018-07-08staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore1-88/+86
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore1-26/+31
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore1-25/+25
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore1-15/+15
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore1-6/+6
2018-07-06staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore1-7/+7
2018-07-06staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore1-105/+0
2018-06-28staging: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai1-1/+1
2018-01-23staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+8
2017-09-17staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov1-14/+13
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-6/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-12/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-03-09staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2017-02-27scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-3/+3
2017-02-10staging: rtl8192u: Adding a blank line after declarationssimran singhal1-0/+8
2017-02-09staging: rtl8192u: remove redundant null check on array algColin Ian King1-17/+15
2017-01-27staging: rtl8192u: Adding space after ','simran singhal1-4/+4
2017-01-27staging: rtl8192u: Adding space around '='simran singhal1-4/+4
2017-01-23staging: rtl8192u: Adding space around '='simran singhal1-1/+1
2016-09-23staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where possibleBaoyou Xie1-6/+10