mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Convert CONFIG_IOL_EFUSE_PATCH to CONFIG_IOL
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
71377b69a4
commit
f7d31c956e
3 changed files with 3 additions and 8 deletions
|
@ -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__);
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue