summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)AuthorFilesLines
2023-03-28staging: rtl8192u: add '*/' on separate line in block commentsKhadija Kamran1-7/+14
2023-03-28staging: rtl8192u: add '*' on subsequent lines in block commentKhadija Kamran1-8/+9
2023-03-28staging: rtl8192u: remove commented out codeKhadija Kamran1-123/+0
2023-03-28staging: rtl8192u: remove change history from commentsKhadija Kamran1-45/+0
2023-03-25staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate functionTom Rix1-38/+0
2023-03-16staging: rtl8192u: dm_shadow_init() is not usedMichael Straube2-39/+0
2023-03-16staging: rtl8192u: rtl8192_SetRFPowerState() is not usedMichael Straube2-89/+0
2023-01-17Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesAnup Sharma1-1/+1
2022-12-05staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter1-1/+3
2022-11-09staging: rtl8192u: remove redundant macro definitionsDeepak R Varma1-61/+0
2022-11-02staging: rtl8192u: remove unnecessary function implementationDeepak R Varma3-12/+0
2022-10-22staging: rtl8192u: Provide a TODO file for this driverPeter Robinson1-0/+16
2022-10-20staging: rtl8192u: Fix spelling mistake athros -> Atheros and fix grammerColin Ian King1-1/+1
2022-09-24staging: rtl8192u: Fix return type of ieee80211_xmitNathan Huckleberry2-4/+4
2022-08-16staging: rtl8192u: fix rmmod warn when device is renamedTong Zhang3-0/+41
2022-08-16staging: rtl8192u: move debug files to debugfsTong Zhang4-44/+54
2022-08-16staging: rtl8192u: remove unnecessary castTong Zhang1-3/+3
2022-08-16staging: rtl8192u: move debug stuff to its own fileTong Zhang4-173/+180
2022-07-11staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callbackDuoming Zhou3-22/+20
2022-06-06staging: rtl8192u: Fix syntax errors in commentsXiang wangx1-1/+1
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai1-2/+0
2022-05-19staging: rtl8192u: make const array queuetopipe const, reduces object code sizeColin Ian King1-1/+1
2022-04-22staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai1-5/+10
2022-04-22staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever3-3/+3
2022-04-20drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou1-1/+1
2022-04-20staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever1-2/+2
2022-04-14staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King1-1/+1
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2-7/+10
2022-04-08staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever1-8/+5
2022-04-08staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever1-1/+3
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang6-17/+38
2022-02-25staging: rtl8192u: add empty debug functionsTong Zhang1-0/+5
2022-02-25staging: rtl8192u: fix broken debug macroTong Zhang1-2/+2
2021-12-20staging: rtl8192u: remove some repeated words in some commentsJason Wang1-2/+2
2021-12-03staging: rtl8192u: make array queuetopipe static constColin Ian King1-2/+2
2021-11-15staging: rtl8192u: remove the if condition without effectSaurav Girepunje1-8/+1
2021-10-26staging: rtl8192u: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski2-5/+9
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-05staging: rtl8192u: remove unused static variableSaurav Girepunje1-3/+0
2021-08-26staging/rtl8192u: Prefer kcalloc over open coded arithmeticLen Baker1-3/+3
2021-08-26staging/rtl8192u: Initialize variables in the definition blockLen Baker1-6/+3
2021-08-26staging/rtl8192u: Avoid CamelCase in names of variablesLen Baker1-48/+47
2021-08-16staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff8...Nathan Chancellor1-1/+1
2021-08-10staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook3-38/+19
2021-07-27staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker1-1/+2
2021-06-03staging: rtl8192u: fix spaces in r8192U_hw.hManikishan Ghantasala1-1/+1
2021-06-03staging: rtl8192u: put parentheses on macros with complex values in r8192U_hw.hManikishan Ghantasala1-7/+7
2021-06-03staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code sty...Manikishan Ghantasala1-9/+8