summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: remove unused function parametersMartin Kaiser2021-04-221-3/+2
* staging: rtl8188eu: cmdThread is a task_structMartin Kaiser2021-04-221-1/+1
* staging: rtl8188eu: remove constant variable and dead codeMartin Kaiser2021-04-221-17/+0
* staging: rtl8188eu: change bLeisurePs' type to boolMartin Kaiser2021-04-221-1/+1
* staging: rtl8188eu: Move channel_table away from rtw_mlme_ext.hFabio M. De Francesco2021-04-142-8/+8
* staging: rtl8188eu: simplify rtw_cmd_thread's main loopMartin Kaiser2021-04-091-7/+6
* staging: rtl8188eu: remove a dead assignmentMartin Kaiser2021-04-091-2/+0
* staging: rtl8188eu: remove duplicate if statementMartin Kaiser2021-04-091-7/+0
* staging: rtl8188eu: always free cmd_obj in the cmd threadMartin Kaiser2021-04-091-21/+3
* staging: rtl8188eu: move another static array from .h to .cMartin Kaiser2021-04-092-21/+18
* staging: rtl8188eu: move static array from .h to .cMartin Kaiser2021-04-092-22/+18
* staging: rtl8188eu: remove a constant variableMartin Kaiser2021-04-091-2/+1
* staging: rtl8188eu: remove unused function parameterMartin Kaiser2021-04-093-4/+3
* staging: rtl8188eu: replace switch-case with ifMartin Kaiser2021-04-091-6/+2
* staging: rtl8188eu: make ffaddr2pipehdl staticMartin Kaiser2021-04-092-3/+1
* staging: rtl8188eu: remove prototype for non-existing functionMartin Kaiser2021-04-091-1/+0
* staging: rtl8188eu: remove the last urb callback macrosMartin Kaiser2021-04-092-7/+2
* staging: rtl8188eu: make rtw_usb_if1_init return a statusMartin Kaiser2021-04-081-14/+14
* staging: rtl8188eu: make usb_dvobj_init return a statusMartin Kaiser2021-04-081-16/+10
* staging: rtl8188eu: rtw_usb_if1_init needs no dvobj parameterMartin Kaiser2021-04-081-3/+3
* staging: rtl8188eu: remove unnecessary variableMartin Kaiser2021-04-081-4/+2
* staging: rtl8188eu: clean up rtw_recv_entryMartin Kaiser2021-04-081-16/+7
* staging: rtl8188eu: set pipe only onceMartin Kaiser2021-04-081-10/+12
* staging: rtl8188eu: move defines into the .c fileMartin Kaiser2021-04-082-8/+8
* staging: rtl8188eu: remove unused definesMartin Kaiser2021-04-081-5/+0
* staging: rtl8188eu: remove unnecessary bracketsMartin Kaiser2021-04-081-1/+1
* staging: rtl8188eu: remove unused macrosMartin Kaiser2021-04-081-8/+0
* staging: rtl8188eu: remove an obsolete commentMartin Kaiser2021-04-071-2/+0
* staging: rtl8188eu: clean up usb_write32Martin Kaiser2021-04-071-8/+3
* staging: rtl8188eu: clean up usb_write16Martin Kaiser2021-04-071-9/+3
* staging: rtl8188eu: clean up usb_write8Martin Kaiser2021-04-071-7/+3
* staging: rtl8188eu: clean up usb_read32Martin Kaiser2021-04-071-6/+2
* staging: rtl8188eu: clean up usb_read16Martin Kaiser2021-04-071-5/+2
* staging: rtl8188eu: clean up usb_read8Martin Kaiser2021-04-071-7/+3
* staging: rtl8188eu: use actual request type as parameterMartin Kaiser2021-04-072-35/+20
* staging: rtl8188eu: ctrl vendor req index is not usedMartin Kaiser2021-04-071-23/+10
* staging: rtl8188eu: ctrl vendor req value is always 0x05Martin Kaiser2021-04-071-20/+12
* staging: rtl8188eu: remove unused efuse hal componentsMartin Kaiser2021-04-072-24/+0
* staging: rtl8188eu: core: replace spaces with a tabDeborah Brouwer2021-04-051-3/+3
* staging: rtl8188eu: core: add comma within a commentDeborah Brouwer2021-04-051-1/+1
* staging: rtl8188eu: (trivial) remove a duplicate debug printMartin Kaiser2021-04-021-1/+0
* staging: rtl8188eu: remove unused function parameterMartin Kaiser2021-04-021-3/+2
* staging: rtl8188eu: Fix null pointer dereference on free_netdev callColin Ian King2021-03-261-1/+2
* staging: rtl8188eu: use netdev routines for private dataMartin Kaiser2021-03-2211-128/+78
* staging: rtl8188eu: Removed Unnecessary loggingPaul McQuade2021-03-201-6/+0
* staging: rtl8188eu: Fix couple of typosBhaskar Chowdhury2021-03-201-1/+1
* Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-152-2/+9
|\
| * staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| * staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter2021-03-101-0/+5
* | staging:r8188eu: use ieee80211_is_ctl instead IsFrameTypeCtrlIvan Safonov2021-03-142-11/+5