Fix build for kernel 4.13 and later from quickreflex patch

This commit is contained in:
procount 2018-02-27 13:58:15 +00:00
parent c459fddba4
commit 172e344ac2
8 changed files with 62 additions and 21 deletions

View file

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