mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24:20 +00:00
Fix build for kernel 4.13 and later from quickreflex patch
This commit is contained in:
parent
c459fddba4
commit
172e344ac2
8 changed files with 62 additions and 21 deletions
|
@ -406,7 +406,9 @@ static s32 iol_read_efuse(
|
|||
s32 rtl8188e_iol_efuse_patch(struct adapter *padapter)
|
||||
{
|
||||
s32 result = _SUCCESS;
|
||||
printk("==> %s\n",__FUNCTION__);
|
||||
|
||||
/* deleted because it prints every 7s when not associated */
|
||||
/* printk("==> %s\n",__FUNCTION__); */
|
||||
|
||||
if (rtw_IOL_applied(padapter)) {
|
||||
iol_mode_enable(padapter, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue