aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-25staging: r8188eu: fix phy_RF6052_Config_ParaFile error handlingMartin Kaiser1-6/+0
2022-01-25staging: r8188eu: we always enqueue in rtw_set_chplan_cmdMartin Kaiser3-19/+11
2022-01-25staging: r8188eu: remove HAL_*_ENABLE definesMartin Kaiser1-10/+0
2022-01-25staging: r8188eu: HW_VAR_MEDIA_STATUS1 is never setMartin Kaiser2-10/+0
2022-01-25staging: r8188eu: CurrentCckTxPwrIdx is set but not usedMartin Kaiser2-13/+0
2022-01-25staging: r8188eu: CurrentOfdm24GTxPwrIdx is set but not usedMartin Kaiser2-2/+0
2022-01-25staging: r8188eu: CurrentBW2024GTxPwrIdx is set but not usedMartin Kaiser2-2/+0
2022-01-25staging: r8188eu: CurrentBW4024GTxPwrIdx is set but not usedMartin Kaiser2-2/+0
2022-01-25staging: r8188eu: remove obsolete defines and commentsMartin Kaiser1-19/+0
2022-01-25staging: r8188eu: remove unused chip type settingsMartin Kaiser1-5/+0
2022-01-25staging: r8188eu: ODM_BB_CCK_PD is always setMartin Kaiser3-4/+0
2022-01-25staging: r8188eu: ODM_BB_FA_CNT is always setMartin Kaiser3-10/+2
2022-01-25staging: r8188eu: ODM_MAC_EDCA_TURBO is always setMartin Kaiser3-7/+0
2022-01-25staging: rtl8723bs: remove redundant result variableMinghao Chi1-5/+1
2022-01-25staging: r8188eu: remove rtw_os_recv_resource_alloc()Michael Straube3-12/+2
2022-01-25staging: r8188eu: rtw_os_recv_resource_init() does nothingMichael Straube3-10/+0
2022-01-25staging: r8188eu: rtw_os_recv_resource_free() is emptyMichael Straube3-8/+0
2022-01-25staging: r8188eu: convert switch to if statement in mgt_dispatcher()Michael Straube1-13/+2
2022-01-25staging: r8188eu: rtw_hostapd_mlme_rx() is emptyMichael Straube3-8/+0
2022-01-25staging: r8188eu: convert/remove DBG_88E calls in os_dep/usb_ops_linux.cPhillip Potter1-13/+11
2022-01-25staging: r8188eu: convert DBG_88E call in core/rtw_cmd.cPhillip Potter1-1/+3
2022-01-25staging: r8188eu: remove DBG_88E call from os_dep/osdep_service.cPhillip Potter1-2/+0
2022-01-25staging: r8188eu: convert DBG_88E calls in os_dep/xmit_linux.cPhillip Potter1-3/+3
2022-01-25staging: r8188eu: convert/remove DBG_88E calls in core/rtw_ap.cPhillip Potter1-89/+56
2022-01-25staging: r8188eu: remove HW_VAR_APFM_ON_MACMichael Straube2-9/+0
2022-01-25staging: r8188eu: EfuseUsedBytes is set but never usedMichael Straube4-9/+0
2022-01-25staging: r8188eu: remove HW_VAR_EFUSE_BYTES from GetHwReg8188EU()Michael Straube1-3/+0
2022-01-25staging: r8188eu: remove HW_VAR_CURRENT_ANTENNA from GetHwReg8188EU()Michael Straube2-4/+0
2022-01-25staging: r8188eu: remove HW_VAR_TXPAUSEMichael Straube2-7/+0
2022-01-25staging: r8188eu: remove HW_VAR_BASIC_RATE from GetHwReg8188EU()Michael Straube1-3/+0
2022-01-25staging: r8188eu: move firmware related macros to rtw_fw.hMichael Straube2-12/+9
2022-01-25staging: r8188eu: add spaces around & operator in IS_FW_HEADER_EXISTMichael Straube1-4/+4
2022-01-25staging: r8188eu: rename _pFwHdr in IS_FW_HEADER_EXISTMichael Straube1-5/+5
2022-01-25staging: r8188eu: move firmware loading code out of the hal layerMichael Straube6-287/+301
2022-01-25staging: r8188eu: rename pFirmwareBuf and FirmwareLenMichael Straube1-7/+7
2022-01-25staging: r8188eu: rename pFwHdr in rtl8188e_firmware_download()Michael Straube1-6/+6
2022-01-25staging: r8188eu: rename writeFW_retryMichael Straube1-4/+4
2022-01-25staging: r8188eu: rename FWDL_ChkSum_rptMichael Straube2-3/+3
2022-01-25staging: r8188eu: rename rtSatus in rtl8188e_firmware_download()Michael Straube1-9/+9
2022-01-25staging: r8188eu: rename Exit label in rtl8188e_firmware_download()Michael Straube1-4/+4
2022-01-25staging: r8188eu: convert two functions from s32 to intMichael Straube2-4/+4
2022-01-25staging: r8188eu: clean up rtw_reset_8051()Michael Straube1-5/+4
2022-01-25staging: r8188eu: rename fw related functions to avoid camel caseMichael Straube3-20/+20
2022-01-25staging: r8188eu: use kmemdup instead of kzalloc and memcpyMichael Straube2-7/+1
2022-01-25staging: r8188eu: rename fields of struct rt_firmwareMichael Straube3-15/+15
2022-01-25staging: r8188eu: rename parameter pFirmware of load_firmware()Michael Straube1-7/+7
2022-01-25staging: r8188eu: convert type of return variable in load_firmware()Michael Straube1-1/+1
2022-01-25staging: r8188eu: rename rtStatus in load_firmware()Michael Straube1-6/+6
2022-01-25staging: r8188eu: rename Exit label in load_firmware()Michael Straube1-5/+5
2022-01-25staging: r8188eu: release_firmware is not called if allocation failsMichael Straube1-1/+1