summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
AgeCommit message (Expand)AuthorLines
2023-10-15staging: rtl8192u: Remove broken driverPhilipp Hortmann-15412/+0
2023-07-27staging: rtl8192u: Fix keyidx assignment within if conditionWang Jinchao-4/+6
2023-03-25staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate functionTom Rix-38/+0
2023-01-17Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesAnup Sharma-1/+1
2022-12-05staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter-1/+3
2022-11-09staging: rtl8192u: remove redundant macro definitionsDeepak R Varma-61/+0
2022-11-02staging: rtl8192u: remove unnecessary function implementationDeepak R Varma-12/+0
2022-10-20staging: rtl8192u: Fix spelling mistake athros -> Atheros and fix grammerColin Ian King-1/+1
2022-09-24staging: rtl8192u: Fix return type of ieee80211_xmitNathan Huckleberry-4/+4
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai-2/+0
2022-04-22staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai-5/+10
2022-04-22staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever-3/+3
2022-04-20drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou-1/+1
2022-04-20staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever-2/+2
2022-04-14staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King-1/+1
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso-7/+10
2022-04-08staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever-8/+5
2022-04-08staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever-1/+3
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang-5/+5
2022-02-25staging: rtl8192u: add empty debug functionsTong Zhang-0/+5
2022-02-25staging: rtl8192u: fix broken debug macroTong Zhang-2/+2
2021-12-20staging: rtl8192u: remove some repeated words in some commentsJason Wang-2/+2
2021-08-10staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook-38/+19
2021-07-27staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker-1/+2
2021-06-03staging: rtl8192u: remove the repeated declarationShaokun Zhang-2/+0
2021-06-03staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen-1/+1
2021-05-10staging: rtl8192u: fix typos in commentsIain Craig-8/+8
2021-05-10staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones-3/+6
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf-1/+1
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G-2/+2
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan-30/+22
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi-1/+1
2021-01-31staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam-14/+14
2020-10-26staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova-2/+0
2020-10-26staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova-6/+6
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers-2/+2
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel-119/+26
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET-1/+1
2020-07-10staging: rtl8192u: remove GPL boiler plate textMichael Straube-16/+0
2020-05-19staging: rtl8192u: Merge almost duplicate codePascal Terjan-77/+49
2020-05-19staging: rtl8192u: Using comparison to true is error proneJohn Oldman-2/+2
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed-1/+1
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed-16/+20
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed-15/+10
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed-14/+12
2020-03-19staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar-1/+1
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva-14/+14
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-7/+7