mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 10:33:06 +00:00
rtl8188eu: Fix scheduling while atomic splat
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2aaaa4bb71
commit
c0e2cc7988
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue