mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +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__);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue