summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)AuthorFilesLines
2021-03-22staging/rtl8192u: avoid Wempty-body warningArnd Bergmann1-3/+3
2021-03-18Staging: rtl8192u: fixed a whitespace coding style issuezhaoxiao1-4/+0
2021-03-16staging: rtl8192u: fixed no space coding style issue.zhaoxiao1-7/+7
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman1-2/+4
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan3-30/+22
2021-03-10staging: rt8192u: Move constant in comparison to the RHSSimone Serra1-1/+1
2021-03-10staging: rtl8192u: remove unnecessary return in r8190_rtl8256.cDu Cheng1-1/+0
2021-03-10staging: rtl8192u: fix RT_TRACE() in r8190_rtl8256.cDu Cheng1-3/+3
2021-03-10staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter1-2/+4
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
2021-01-26Staging: rtl8192u: use %s and __func__Puranjay Mohan1-1/+1
2021-01-05staging: rtl819x: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-28staging: rtl8192u: Add null check in rtl8192_usb_initendpointsDinghao Liu1-0/+2
2020-11-06staging: rtl8192u: fix wrong judgement in rtl8192_rx_isrZhang Qilong1-1/+1
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...Linus Torvalds11-99/+19
2020-09-22staging: rtl8192u: clean up comparsions to NULLMichael Straube3-6/+6
2020-09-22staging: rtl8192u: correct placement of else ifMichael Straube1-3/+1
2020-09-22staging: rtl8192u: clean up blank line style issuesMichael Straube8-81/+4
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais2-8/+7
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel3-119/+27
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-07-17staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King1-1/+1
2020-07-10staging: rtl8192u: Using comparison to true is error proneJohn Oldman1-2/+2
2020-07-10staging: rtl8192u: remove copying fileMichael Straube1-340/+0
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-03-18staging: rtl8192u: r8192U_wx: use netdev_warn() instead of printk()Lourdes Pedrajas1-1/+1
2020-03-17staging: rtl8192u: Corrects 'Avoid CamelCase' for variablesCamylla Goncalves Cantanheide1-26/+26
2020-03-17staging: rtl8192u: Using function name as stringCamylla Goncalves Cantanheide1-3/+3
2020-03-17staging: rtl8192u: Replaces symbolic permissions with octal permissionsCamylla Goncalves Cantanheide1-4/+4
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-14/+14
2020-02-09staging: rtl8192u: Add space to fix style issueSumera Priyadarsini1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-75/+35
2020-01-22staging: rtl8192u: simplify rtl819x_evm_dbtopercentage()Michael Straube1-9/+2
2020-01-15staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida1-32/+30
2020-01-10staging: rtl8192u: remove unneeded compiler flagsMasahiro Yamada1-3/+0
2020-01-10staging: rtl8192u: remove header include path to ieee80211/Masahiro Yamada4-4/+3
2020-01-10staging: rtl8192u: remove unused MakefileMasahiro Yamada1-27/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1