mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +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
|
@ -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…
Add table
Add a link
Reference in a new issue