aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-10-10staging: r8188eu: remove some dead codeMichael Straube2-72/+1
2021-10-10staging: r8188eu: remove unused defines from rtw_sreset.hMichael Straube1-4/+0
2021-10-10staging: r8188eu: rename rtl8188eu_set_hal_ops()Michael Straube3-4/+4
2021-10-10staging: r8188eu: remove hal_opsMichael Straube4-11/+3
2021-10-10staging: r8188eu: remove hal_init from hal_opsMichael Straube3-4/+4
2021-10-10staging: r8188eu: remove GetHwRegHandler from hal_opsMichael Straube14-28/+17
2021-10-10staging: r8188eu: remove SetHwRegHandler from hal_opsMichael Straube14-101/+78
2021-10-10staging: r8188eu: merge two signal scale mapping functionsMartin Kaiser1-6/+1
2021-10-10staging: r8188eu: Odm PatchID is always 0Martin Kaiser4-50/+16
2021-10-10staging: r8188eu: hal data's customer id is always 0Martin Kaiser4-59/+2
2021-10-10staging: r8188eu: support interface is always usbMartin Kaiser1-39/+19
2021-10-10staging: r8188eu: interface type is always usbMartin Kaiser4-15/+1
2021-10-10staging: r8188eu: chip_type is write-onlyMartin Kaiser5-27/+0
2021-10-10staging: r8188eu: HardwareType is write-onlyMartin Kaiser3-4/+0
2021-10-10staging: r8188eu: remove two write-only hal componentsMartin Kaiser2-5/+0
2021-10-10staging: r8188eu: remove unused IntrMaskMartin Kaiser2-4/+0
2021-10-10staging: r8188eu: remove write-only HwRxPageSizeMartin Kaiser3-25/+0
2021-10-10staging: r8188eu: remove unused led componentMartin Kaiser1-2/+0
2021-10-10staging: r8188eu: remove an obsolete commentMartin Kaiser1-15/+0
2021-10-05staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()Dan Carpenter1-1/+1
2021-10-05staging: r8188eu: core: remove duplicate condition checkSaurav Girepunje1-1/+0
2021-10-05staging: r8188eu: hal: remove assignment to itselfSaurav Girepunje1-1/+0
2021-10-05staging: r8188eu: core: remove unused variable local variableSaurav Girepunje3-5/+3
2021-10-05staging: r8188eu: core: remove unused variable pAdapterSaurav Girepunje1-5/+3
2021-10-05staging: r8188eu: Use kmemdup() to replace kmalloc + memcpyKai Song1-2/+1
2021-10-05staging: r8188eu: core: remove power_saving_wk_hdl functionSaurav Girepunje1-6/+1
2021-10-05staging: r8188eu: remove rtl8188e_silentreset_for_specific_platform()Michael Straube3-20/+1
2021-10-05staging: r8188eu: remove inirp_deinit from struct hal_opsMichael Straube4-22/+1
2021-10-05staging: r8188eu: remove inirp_init from struct hal_opsMichael Straube4-16/+4
2021-10-05staging: r8188eu: remove free_recv_priv from struct hal_opsMichael Straube4-13/+1
2021-10-05staging: r8188eu: remove init_recv_priv from struct hal_opsMichael Straube4-12/+2
2021-10-05staging: r8188eu: remove init_xmit_priv from struct hal_opsMichael Straube4-14/+1
2021-10-05staging: r8188eu: remove GetHalDefVarHandler from struct hal_opsMichael Straube8-41/+18
2021-10-05staging: r8188eu: remove SetHalDefVarHandler from struct hal_opsMichael Straube4-22/+7
2021-10-05staging: r8188eu: remove odm_GlobalAdapterCheck()Michael Straube2-7/+0
2021-10-05staging: r8188eu: remove odm_DynamicBBPowerSaving()Michael Straube2-56/+0
2021-10-05staging: r8188eu: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2021-09-28staging: r8188eu: Remove unused macros and defines from odm.hLarry Finger2-142/+15
2021-09-27staging: r8188eu: remove mutex 'usb_vendor_req_mutex'Pavel Skripkin2-46/+8
2021-09-27staging: r8188eu: remove shared buffer for USB requestsPavel Skripkin3-25/+7
2021-09-27staging: r8188eu: call new usb_write() from rtw_write{8,16,32,N}()Fabio M. De Francesco1-65/+43
2021-09-27staging: r8188eu: call new usb_read() from rtw_read{8,16,32}()Fabio M. De Francesco1-3/+56
2021-09-27staging: r8188eu: Remove a test from usbctrl_vendorreq()Fabio M. De Francesco1-6/+0
2021-09-27staging: r8188eu: change the type of a variable in rtw_read16()Fabio M. De Francesco1-2/+2
2021-09-27staging: r8188eu: remove a bitwise AND from rtw_writeN()Fabio M. De Francesco1-1/+1
2021-09-27staging: r8188eu: remove a buffer from rtw_writeN()Fabio M. De Francesco1-3/+1
2021-09-27staging: r8188eu: change the type of a variable in rtw_write16()Fabio M. De Francesco1-1/+1
2021-09-27staging: r8188eu: remove casts from rtw_{read,write}*()Fabio M. De Francesco1-7/+7
2021-09-27staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()Fabio M. De Francesco1-30/+30
2021-09-27staging: r8188eu: remove a comment from usbctrl_vendorreq()Fabio M. De Francesco1-3/+1