rtl8188eu: Fix scheduling while atomic splat

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-03-14 10:48:51 -05:00
parent 2aaaa4bb71
commit c0e2cc7988
2 changed files with 3 additions and 3 deletions

View file

@ -5591,7 +5591,7 @@ static int rtw_hostapd_ioctl(struct net_device *dev, struct iw_point *p)
ret = rtw_ioctl_acl_remove_sta(dev, param, p->length);
break;
default:
DBG_88E("Unknown hostapd request: %d\n", param->cmd);
pr_info("Unknown hostapd request: %d\n", param->cmd);
ret = -EOPNOTSUPP;
break;
}