summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
AgeCommit message (Expand)Author
2023-10-15staging: rtl8192u: Remove broken driverPhilipp Hortmann
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai
2022-04-22staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai
2022-04-20drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso
2021-12-20staging: rtl8192u: remove some repeated words in some commentsJason Wang
2021-07-27staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker
2021-05-10staging: rtl8192u: fix typos in commentsIain Craig
2021-05-10staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook
2019-11-11staging: rtl8192u: Fix typo in commentXianting Tian
2019-08-25staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King
2019-05-22staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2018-09-10staging:rtl8192u: Rename member pDot11dInfo - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename DOT11D_ScanComplete - StyleJohn Whitmore
2018-08-27staging:rtl8192u: Rename Dot11d_Reset - StyleJohn Whitmore
2018-08-05staging:rtl8192u: Replace magic number with defined constant - StyleJohn Whitmore
2018-08-02staging:rtl8192u: Rename octet_string members - StyleJohn Whitmore
2018-08-02staging:rtl8192u: rename OCTET_STRING - StyleJohn Whitmore
2018-07-24staging:rtl8192u: Remove typedef and rename struct RT_DOT11D_INFO - StyleJohn Whitmore
2018-07-11staging:rtl8192u: Correction of indentation issues - Coding StyleJohn Whitmore
2018-07-11staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore
2018-07-11staging:rtl8192u: Remove unnecessary parentheses - Coding StyleJohn Whitmore
2018-07-11staging:rtl8192u: Move trailing conditional statement to the following lineJohn Whitmore
2018-07-11staging:rtl8192u: Remove prohibited spaces - Coding StyleJohn Whitmore
2018-07-11staging:rtl8192u: Correct spacing before and after parenthesis - StyleJohn Whitmore
2018-07-11staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore
2018-07-11staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore
2018-07-08staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore
2018-07-08staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore
2018-07-06staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore
2018-07-06staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore
2018-06-28staging: Convert random_ether_addr to eth_random_addrJoe Perches
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_softmac_initJia-Ju Bai
2018-01-23staging: rtl8192u: remove redundant initialization of 'timeout'Colin Ian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-17staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg