summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)Author
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai
2022-05-19staging: rtl8192u: make const array queuetopipe const, reduces object code sizeColin Ian King
2022-04-22staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai
2022-04-22staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever
2022-04-20drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou
2022-04-20staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever
2022-04-14staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso
2022-04-08staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever
2022-04-08staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang
2022-02-25staging: rtl8192u: add empty debug functionsTong Zhang
2022-02-25staging: rtl8192u: fix broken debug macroTong Zhang
2021-12-20staging: rtl8192u: remove some repeated words in some commentsJason Wang
2021-12-03staging: rtl8192u: make array queuetopipe static constColin Ian King
2021-11-15staging: rtl8192u: remove the if condition without effectSaurav Girepunje
2021-10-26staging: rtl8192u: fix control-message timeoutsJohan Hovold
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski
2021-10-05staging: rtl8192u: remove unused static variableSaurav Girepunje
2021-08-26staging/rtl8192u: Prefer kcalloc over open coded arithmeticLen Baker
2021-08-26staging/rtl8192u: Initialize variables in the definition blockLen Baker
2021-08-26staging/rtl8192u: Avoid CamelCase in names of variablesLen Baker
2021-08-16staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff8...Nathan Chancellor
2021-08-10staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook
2021-07-27staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker
2021-06-03staging: rtl8192u: fix spaces in r8192U_hw.hManikishan Ghantasala
2021-06-03staging: rtl8192u: put parentheses on macros with complex values in r8192U_hw.hManikishan Ghantasala
2021-06-03staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code sty...Manikishan Ghantasala
2021-06-03staging: rtl8192u: remove the repeated declarationShaokun Zhang
2021-06-03staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen
2021-05-27staging: rtl8192u: Fixed warnings of coding stylePiyush Thange
2021-05-19staging: rtl8192u: Fix variable shadowing warningCláudio Maia
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-05-10staging: r819xU_cmdpkt: Remove functionless method 'cmpk_handle_query_config_rx'Lee Jones
2021-05-10staging: r819xU_phy: Remove some local variables from the stackLee Jones
2021-05-10staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones
2021-05-10staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf
2021-04-07staging: rtl8192u: Fix potential infinite loopColin Ian King
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G
2021-04-07staging: rtl8192u: remove unused variableJiapeng Chong
2021-03-26r8192U_wx.c: style: avoid multiple blank linesBruno Raoult
2021-03-26r8192U_wx.c: style: Unnecessary parenthesesBruno Raoult
2021-03-26r8192U_wx.c: style: braces all arms of statementBruno Raoult
2021-03-26r8192U_wx.c: style: spaces preferred around operatorsBruno Raoult
2021-03-26r8192U_wx.c: style: alignment with open parenthesisBruno Raoult
2021-03-22staging/rtl8192u: avoid Wempty-body warningArnd Bergmann