aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24staging: rtl8192u: Fix return type of ieee80211_xmitNathan Huckleberry2-4/+4
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai1-2/+0
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 Zhang5-5/+5
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-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: remove the repeated declarationShaokun Zhang1-2/+0
2021-06-03staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen1-1/+1
2021-05-10staging: rtl8192u: fix typos in commentsIain Craig1-8/+8
2021-05-10staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones1-3/+6
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf1-1/+1
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G1-2/+2
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan3-30/+22
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2021-01-31staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam1-14/+14
2020-10-26staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova1-2/+0
2020-10-26staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova1-6/+6
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers2-2/+2
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-4/+4
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel2-119/+26
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-07-10staging: rtl8192u: remove GPL boiler plate textMichael Straube1-16/+0
2020-05-19staging: rtl8192u: Merge almost duplicate codePascal Terjan1-77/+49
2020-05-19staging: rtl8192u: Using comparison to true is error proneJohn Oldman1-2/+2
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed1-1/+1
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed3-16/+20
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed3-15/+10
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed3-14/+12
2020-03-19staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar1-1/+1
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-14/+14
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-15staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida1-32/+30
2020-01-10staging: rtl8192u: remove unused MakefileMasahiro Yamada1-27/+0
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+3
2019-11-11staging: rtl8192u: Fix typo in commentXianting Tian1-1/+1
2019-09-30staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2-6/+6
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan4-62/+62
2019-08-25staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan4-31/+0
2019-08-25staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King1-1/+0