rtl8188eu: Change CONFIG_IOL_READ_EFUSE_MAP to CONFIG_IOL

When CONFIG_IOL is defined, then CONFIG_IOL_READ_EFUSE_MAP is automatically
defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 10:20:25 -06:00
parent 6dea1f4270
commit 71377b69a4
3 changed files with 2 additions and 3 deletions

View file

@ -748,7 +748,7 @@ static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message)
DBG_871X("==> %s (%s:%d)\n",__FUNCTION__, current->comm, current->pid);
#ifdef CONFIG_IOL_READ_EFUSE_MAP
#ifdef CONFIG_IOL
if(!padapter->bup){
u8 bMacPwrCtrlOn = false;
rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn);