mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +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
|
@ -43,16 +43,9 @@ struct sreset_priv {
|
|||
#define WIFI_RX_HANG BIT5
|
||||
#define WIFI_IF_NOT_EXIST BIT6
|
||||
|
||||
#if defined(DBG_CONFIG_ERROR_DETECT)
|
||||
void sreset_init_value(_adapter *padapter);
|
||||
void sreset_reset_value(_adapter *padapter);
|
||||
u8 sreset_get_wifi_status(_adapter *padapter);
|
||||
void sreset_set_wifi_error_status(_adapter *padapter, u32 status);
|
||||
#else
|
||||
static void sreset_init_value(_adapter *padapter){}
|
||||
static void sreset_reset_value(_adapter *padapter){}
|
||||
static u8 sreset_get_wifi_status(_adapter *padapter){return WIFI_STATUS_SUCCESS;}
|
||||
static void sreset_set_wifi_error_status(_adapter *padapter, u32 status){}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue