summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Fix keyidx assignment within if conditionWang Jinchao2023-07-271-4/+6
* staging: rtl8192u: add '*/' on separate line in block commentsKhadija Kamran2023-03-281-7/+14
* staging: rtl8192u: add '*' on subsequent lines in block commentKhadija Kamran2023-03-281-8/+9
* staging: rtl8192u: remove commented out codeKhadija Kamran2023-03-281-123/+0
* staging: rtl8192u: remove change history from commentsKhadija Kamran2023-03-281-45/+0
* staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate functionTom Rix2023-03-251-38/+0
* staging: rtl8192u: dm_shadow_init() is not usedMichael Straube2023-03-162-39/+0
* staging: rtl8192u: rtl8192_SetRFPowerState() is not usedMichael Straube2023-03-162-89/+0
* Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesAnup Sharma2023-01-171-1/+1
* staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter2022-12-051-1/+3
* staging: rtl8192u: remove redundant macro definitionsDeepak R Varma2022-11-091-61/+0
* staging: rtl8192u: remove unnecessary function implementationDeepak R Varma2022-11-023-12/+0
* staging: rtl8192u: Provide a TODO file for this driverPeter Robinson2022-10-221-0/+16
* staging: rtl8192u: Fix spelling mistake athros -> Atheros and fix grammerColin Ian King2022-10-201-1/+1
* staging: rtl8192u: Fix return type of ieee80211_xmitNathan Huckleberry2022-09-242-4/+4
* staging: rtl8192u: fix rmmod warn when device is renamedTong Zhang2022-08-163-0/+41
* staging: rtl8192u: move debug files to debugfsTong Zhang2022-08-164-44/+54
* staging: rtl8192u: remove unnecessary castTong Zhang2022-08-161-3/+3
* staging: rtl8192u: move debug stuff to its own fileTong Zhang2022-08-164-173/+180
* staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callbackDuoming Zhou2022-07-113-22/+20
* staging: rtl8192u: Fix syntax errors in commentsXiang wangx2022-06-061-1/+1
* 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