rtl8188eu: Remove CONFIG_IOL

This parameter is defined by default.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 10:36:23 -06:00
parent f7d31c956e
commit 1155811fcf
13 changed files with 1 additions and 58 deletions

View file

@ -546,10 +546,7 @@ void SetBcnCtrlReg(struct adapter *padapter, u8 SetBits, u8 ClearBits);
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
s32 rtl8188e_iol_efuse_patch(struct adapter *padapter);
#endif//CONFIG_IOL
#endif //__RTL8188E_HAL_H__