aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26staging: rtl8192u: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski2-5/+9
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-05staging: rtl8192u: remove unused static variableSaurav Girepunje1-3/+0
2021-08-26staging/rtl8192u: Prefer kcalloc over open coded arithmeticLen Baker1-3/+3
2021-08-26staging/rtl8192u: Initialize variables in the definition blockLen Baker1-6/+3
2021-08-26staging/rtl8192u: Avoid CamelCase in names of variablesLen Baker1-48/+47
2021-08-16staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb()Nathan Chancellor1-1/+1
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: fix spaces in r8192U_hw.hManikishan Ghantasala1-1/+1
2021-06-03staging: rtl8192u: put parentheses on macros with complex values in r8192U_hw.hManikishan Ghantasala1-7/+7
2021-06-03staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code style errorManikishan Ghantasala1-9/+8
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-27staging: rtl8192u: Fixed warnings of coding stylePiyush Thange1-2/+4
2021-05-19staging: rtl8192u: Fix variable shadowing warningCláudio Maia1-4/+0
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-05-10staging: r819xU_cmdpkt: Remove functionless method 'cmpk_handle_query_config_rx'Lee Jones1-41/+0
2021-05-10staging: r819xU_phy: Remove some local variables from the stackLee Jones1-9/+39
2021-05-10staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones1-2/+2
2021-05-10staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones1-5/+2
2021-04-12Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf1-1/+1
2021-04-07staging: rtl8192u: Fix potential infinite loopColin Ian King1-1/+1
2021-04-07staging: rt8192u: change constants to be on rightVardhan H G1-2/+2
2021-04-07staging: rtl8192u: remove unused variableJiapeng Chong1-2/+1
2021-03-26r8192U_wx.c: style: avoid multiple blank linesBruno Raoult1-1/+0
2021-03-26r8192U_wx.c: style: Unnecessary parenthesesBruno Raoult1-1/+1
2021-03-26r8192U_wx.c: style: braces all arms of statementBruno Raoult1-2/+2
2021-03-26r8192U_wx.c: style: spaces preferred around operatorsBruno Raoult1-4/+4
2021-03-26r8192U_wx.c: style: alignment with open parenthesisBruno Raoult1-62/+62
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