summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai1-2/+0
2022-04-22staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai1-5/+10
2022-04-20drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou1-1/+1
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso1-6/+9
2021-12-20staging: rtl8192u: remove some repeated words in some commentsJason Wang1-2/+2
2021-07-27staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker1-1/+2
2021-05-10staging: rtl8192u: fix typos in commentsIain Craig1-8/+8
2021-05-10staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones1-3/+6
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf1-1/+1
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
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