rtl8188eu: Convert CONFIG_IOL_EFUSE_PATCH to CONFIG_IOL

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 10:22:58 -06:00
parent 71377b69a4
commit f7d31c956e
3 changed files with 3 additions and 8 deletions

View file

@ -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__);