mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT
This variable is selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
46ae193f1d
commit
f50db5cd2c
16 changed files with 9 additions and 73 deletions
|
@ -364,7 +364,6 @@ void rtw_hal_antdiv_rssi_compared(_adapter *padapter, WLAN_BSSID_EX *dst, WLAN_B
|
|||
padapter->HalFunc.AntDivCompareHandler(padapter, dst, src);
|
||||
}
|
||||
|
||||
#ifdef DBG_CONFIG_ERROR_DETECT
|
||||
void rtw_hal_sreset_init(_adapter *padapter)
|
||||
{
|
||||
if (padapter->HalFunc.sreset_init_value)
|
||||
|
@ -400,8 +399,6 @@ u8 rtw_hal_sreset_get_wifi_status(_adapter *padapter)
|
|||
return status;
|
||||
}
|
||||
|
||||
#endif /* DBG_CONFIG_ERROR_DETECT */
|
||||
|
||||
int rtw_hal_iol_cmd(ADAPTER *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt)
|
||||
{
|
||||
if (adapter->HalFunc.IOL_exec_cmds_sync)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue