summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211
AgeCommit message (Expand)Author
2023-10-15staging: rtl8192u: Remove broken driverPhilipp Hortmann
2023-07-27staging: rtl8192u: Fix keyidx assignment within if conditionWang Jinchao
2023-03-25staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate functionTom Rix
2023-01-17Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesAnup Sharma
2022-12-05staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter
2022-11-09staging: rtl8192u: remove redundant macro definitionsDeepak R Varma
2022-11-02staging: rtl8192u: remove unnecessary function implementationDeepak R Varma
2022-10-20staging: rtl8192u: Fix spelling mistake athros -> Atheros and fix grammerColin Ian King
2022-09-24staging: rtl8192u: Fix return type of ieee80211_xmitNathan Huckleberry
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai
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-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: remove the repeated declarationShaokun Zhang
2021-06-03staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen
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-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi
2021-01-31staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam
2020-10-26staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova
2020-10-26staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2020-07-10staging: rtl8192u: remove GPL boiler plate textMichael Straube
2020-05-19staging: rtl8192u: Merge almost duplicate codePascal Terjan
2020-05-19staging: rtl8192u: Using comparison to true is error proneJohn Oldman
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed
2020-03-19staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan