summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)Author
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf
2021-04-07staging: rtl8192u: Fix potential infinite loopColin Ian King
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G
2021-04-07staging: rtl8192u: remove unused variableJiapeng Chong
2021-03-26r8192U_wx.c: style: avoid multiple blank linesBruno Raoult
2021-03-26r8192U_wx.c: style: Unnecessary parenthesesBruno Raoult
2021-03-26r8192U_wx.c: style: braces all arms of statementBruno Raoult
2021-03-26r8192U_wx.c: style: spaces preferred around operatorsBruno Raoult
2021-03-26r8192U_wx.c: style: alignment with open parenthesisBruno Raoult
2021-03-22staging/rtl8192u: avoid Wempty-body warningArnd Bergmann
2021-03-18Staging: rtl8192u: fixed a whitespace coding style issuezhaoxiao
2021-03-16staging: rtl8192u: fixed no space coding style issue.zhaoxiao
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan
2021-03-10staging: rt8192u: Move constant in comparison to the RHSSimone Serra
2021-03-10staging: rtl8192u: remove unnecessary return in r8190_rtl8256.cDu Cheng
2021-03-10staging: rtl8192u: fix RT_TRACE() in r8190_rtl8256.cDu Cheng
2021-03-10staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi
2021-01-31staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam
2021-01-26Staging: rtl8192u: use %s and __func__Puranjay Mohan
2021-01-05staging: rtl819x: select CONFIG_CRC32Arnd Bergmann
2020-12-28staging: rtl8192u: Add null check in rtl8192_usb_initendpointsDinghao Liu
2020-11-06staging: rtl8192u: fix wrong judgement in rtl8192_rx_isrZhang Qilong
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-22staging: rtl8192u: clean up comparsions to NULLMichael Straube
2020-09-22staging: rtl8192u: correct placement of else ifMichael Straube
2020-09-22staging: rtl8192u: clean up blank line style issuesMichael Straube
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-17staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King
2020-07-10staging: rtl8192u: Using comparison to true is error proneJohn Oldman
2020-07-10staging: rtl8192u: remove copying fileMichael Straube
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-03-18staging: rtl8192u: r8192U_wx: use netdev_warn() instead of printk()Lourdes Pedrajas
2020-03-17staging: rtl8192u: Corrects 'Avoid CamelCase' for variablesCamylla Goncalves Cantanheide
2020-03-17staging: rtl8192u: Using function name as stringCamylla Goncalves Cantanheide
2020-03-17staging: rtl8192u: Replaces symbolic permissions with octal permissionsCamylla Goncalves Cantanheide
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva