summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
...
* staging: rtl8192u: r8192U_hw.h: fix spaces preferred around that '|' code sty...Manikishan Ghantasala2021-06-031-9/+8
* staging: rtl8192u: remove the repeated declarationShaokun Zhang2021-06-031-2/+0
* staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen2021-06-031-1/+1
* staging: rtl8192u: Fixed warnings of coding stylePiyush Thange2021-05-271-2/+4
* staging: rtl8192u: Fix variable shadowing warningCláudio Maia2021-05-191-4/+0
* staging: rtl8192u: fix typos in commentsIain Craig2021-05-101-8/+8
* staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones2021-05-101-3/+6
* staging: r819xU_cmdpkt: Remove functionless method 'cmpk_handle_query_config_rx'Lee Jones2021-05-101-41/+0
* staging: r819xU_phy: Remove some local variables from the stackLee Jones2021-05-101-9/+39
* staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones2021-05-101-2/+2
* staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones2021-05-101-5/+2
* Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf2021-04-121-1/+1
* staging: rtl8192u: Fix potential infinite loopColin Ian King2021-04-071-1/+1
* staging: rt8192u: change constants to be on rightVardhan H G2021-04-071-2/+2
* staging: rtl8192u: remove unused variableJiapeng Chong2021-04-071-2/+1
* r8192U_wx.c: style: avoid multiple blank linesBruno Raoult2021-03-261-1/+0
* r8192U_wx.c: style: Unnecessary parenthesesBruno Raoult2021-03-261-1/+1
* r8192U_wx.c: style: braces all arms of statementBruno Raoult2021-03-261-2/+2
* r8192U_wx.c: style: spaces preferred around operatorsBruno Raoult2021-03-261-4/+4
* r8192U_wx.c: style: alignment with open parenthesisBruno Raoult2021-03-261-62/+62
* staging/rtl8192u: avoid Wempty-body warningArnd Bergmann2021-03-221-3/+3
* Staging: rtl8192u: fixed a whitespace coding style issuezhaoxiao2021-03-181-4/+0
* staging: rtl8192u: fixed no space coding style issue.zhaoxiao2021-03-161-7/+7
* Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-151-2/+4
|\
| * staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter2021-03-101-2/+4
* | staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan2021-03-123-30/+22
* | staging: rt8192u: Move constant in comparison to the RHSSimone Serra2021-03-101-1/+1
* | staging: rtl8192u: remove unnecessary return in r8190_rtl8256.cDu Cheng2021-03-101-1/+0
* | staging: rtl8192u: fix RT_TRACE() in r8190_rtl8256.cDu Cheng2021-03-101-3/+3
|/
* staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam2021-01-311-14/+14
* Staging: rtl8192u: use %s and __func__Puranjay Mohan2021-01-261-1/+1
* staging: rtl819x: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* staging: rtl8192u: Add null check in rtl8192_usb_initendpointsDinghao Liu2020-12-281-0/+2
* staging: rtl8192u: fix wrong judgement in rtl8192_rx_isrZhang Qilong2020-11-061-1/+1
* staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova2020-10-261-2/+0
* staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova2020-10-261-6/+6
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-252-2/+2
* Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1511-99/+19
|\
| * staging: rtl8192u: clean up comparsions to NULLMichael Straube2020-09-223-6/+6
| * staging: rtl8192u: correct placement of else ifMichael Straube2020-09-221-3/+1
| * staging: rtl8192u: clean up blank line style issuesMichael Straube2020-09-228-81/+4
| * staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-162-8/+7
| * staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-08-181-1/+1
* | staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel2020-09-113-119/+27
|/
* staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King2020-07-171-1/+1
* staging: rtl8192u: Using comparison to true is error proneJohn Oldman2020-07-101-2/+2
* staging: rtl8192u: remove copying fileMichael Straube2020-07-101-340/+0
* staging: rtl8192u: remove GPL boiler plate textMichael Straube2020-07-101-16/+0
* staging: rtl8192u: Merge almost duplicate codePascal Terjan2020-05-191-77/+49