summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: rtl8192u: make const array queuetopipe const, reduces object code sizeColin Ian King2022-05-191-1/+1
* staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai2022-04-221-5/+10
* staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever2022-04-223-3/+3
* drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou2022-04-201-1/+1
* staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever2022-04-201-2/+2
* staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King2022-04-141-1/+1
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-122-7/+10
* staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever2022-04-081-8/+5
* staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever2022-04-081-1/+3
* staging: rtl8192u: rework init and exit functionTong Zhang2022-02-256-17/+38
* staging: rtl8192u: add empty debug functionsTong Zhang2022-02-251-0/+5
* staging: rtl8192u: fix broken debug macroTong Zhang2022-02-251-2/+2
* staging: rtl8192u: remove some repeated words in some commentsJason Wang2021-12-201-2/+2
* staging: rtl8192u: make array queuetopipe static constColin Ian King2021-12-031-2/+2
* staging: rtl8192u: remove the if condition without effectSaurav Girepunje2021-11-151-8/+1
* staging: rtl8192u: fix control-message timeoutsJohan Hovold2021-10-261-9/+9
* staging: rtl: use eth_hw_addr_set()Jakub Kicinski2021-10-202-5/+9
* staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* staging: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* staging: rtl8192u: remove unused static variableSaurav Girepunje2021-10-051-3/+0
* staging/rtl8192u: Prefer kcalloc over open coded arithmeticLen Baker2021-08-261-3/+3
* staging/rtl8192u: Initialize variables in the definition blockLen Baker2021-08-261-6/+3
* staging/rtl8192u: Avoid CamelCase in names of variablesLen Baker2021-08-261-48/+47
* staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff8...Nathan Chancellor2021-08-161-1/+1
* staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook2021-08-103-38/+19
* staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-1/+2
* staging: rtl8192u: fix spaces in r8192U_hw.hManikishan Ghantasala2021-06-031-1/+1
* staging: rtl8192u: put parentheses on macros with complex values in r8192U_hw.hManikishan Ghantasala2021-06-031-7/+7
* staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code sty...Manikishan Ghantasala2021-06-031-9/+8
* staging: rtl8192u: remove the repeated declarationShaokun Zhang2021-06-031-2/+0
* staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen2021-06-031-1/+1
* staging: rtl8192u: Fixed warnings of coding stylePiyush Thange2021-05-271-2/+4
* staging: rtl8192u: Fix variable shadowing warningCláudio Maia2021-05-191-4/+0
* 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: r819xU_cmdpkt: Remove functionless method 'cmpk_handle_query_config_rx'Lee Jones2021-05-101-41/+0
* staging: r819xU_phy: Remove some local variables from the stackLee Jones2021-05-101-9/+39
* staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones2021-05-101-2/+2
* staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones2021-05-101-5/+2
* Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf2021-04-121-1/+1
* staging: rtl8192u: Fix potential infinite loopColin Ian King2021-04-071-1/+1
* staging: rt8192u: change constants to be on rightVardhan H G2021-04-071-2/+2
* staging: rtl8192u: remove unused variableJiapeng Chong2021-04-071-2/+1
* r8192U_wx.c: style: avoid multiple blank linesBruno Raoult2021-03-261-1/+0
* r8192U_wx.c: style: Unnecessary parenthesesBruno Raoult2021-03-261-1/+1
* r8192U_wx.c: style: braces all arms of statementBruno Raoult2021-03-261-2/+2
* r8192U_wx.c: style: spaces preferred around operatorsBruno Raoult2021-03-261-4/+4
* r8192U_wx.c: style: alignment with open parenthesisBruno Raoult2021-03-261-62/+62
* staging/rtl8192u: avoid Wempty-body warningArnd Bergmann2021-03-221-3/+3