diff --git a/hal/usb_halinit.c b/hal/usb_halinit.c index bc65a99..af1be2b 100755 --- a/hal/usb_halinit.c +++ b/hal/usb_halinit.c @@ -1461,7 +1461,7 @@ HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_RF); #endif HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_EFUSE_PATCH); -#if defined(CONFIG_IOL_EFUSE_PATCH) +#if defined(CONFIG_IOL) status = rtl8188e_iol_efuse_patch(Adapter); if(status == _FAIL){ DBG_871X("%s rtl8188e_iol_efuse_patch failed \n",__FUNCTION__); diff --git a/include/autoconf.h b/include/autoconf.h index 6ed11f4..ed6c554 100755 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -57,11 +57,6 @@ #define CONFIG_SW_LED #endif // CONFIG_LED -#ifdef CONFIG_IOL - #define CONFIG_IOL_EFUSE_PATCH -#endif - - #define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface #define CONFIG_GLOBAL_UI_PID diff --git a/include/rtl8188e_hal.h b/include/rtl8188e_hal.h index ddee769..669083d 100755 --- a/include/rtl8188e_hal.h +++ b/include/rtl8188e_hal.h @@ -548,8 +548,8 @@ void rtl8188e_start_thread(struct adapter *padapter); void rtl8188e_stop_thread(struct adapter *padapter); void rtw_IOL_cmd_tx_pkt_buf_dump(struct adapter *Adapter,int data_len); -#ifdef CONFIG_IOL_EFUSE_PATCH +#ifdef CONFIG_IOL s32 rtl8188e_iol_efuse_patch(struct adapter *padapter); -#endif//CONFIG_IOL_EFUSE_PATCH +#endif//CONFIG_IOL #endif //__RTL8188E_HAL_H__