summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Remove broken driverPhilipp Hortmann2023-10-151-3056/+0
* staging: rtl8192u: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai2022-04-221-5/+10
* drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou2022-04-201-1/+1
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-121-6/+9
* staging: rtl8192u: remove some repeated words in some commentsJason Wang2021-12-201-2/+2
* staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-1/+2
* staging: rtl8192u: fix typos in commentsIain Craig2021-05-101-8/+8
* staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones2021-05-101-3/+6
* Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf2021-04-121-1/+1
* staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-3/+3
* Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed2020-03-261-1/+1
* Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed2020-03-261-12/+16
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-161-4/+3
* staging: rtl8192u: Fix typo in commentXianting Tian2019-11-111-1/+1
* staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King2019-08-251-1/+0
* staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor2019-05-221-2/+1
* 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/+1
* 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/+37
* staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore2018-07-111-51/+50
* 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/+36
* staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore2018-07-111-147/+107
* staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore2018-07-111-18/+0
* 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: 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: 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-211-8/+8
* staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov2017-09-171-14/+13
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-6/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-12/+9