mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Remove CONFIG_NO_WIRELESS_HANDLERS - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
3990f4dcea
commit
e92c85ed95
1 changed files with 0 additions and 5 deletions
|
@ -10118,11 +10118,6 @@ int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
|
|||
case RTL_IOCTL_HOSTAPD:
|
||||
ret = rtw_hostapd_ioctl(dev, &wrq->u.data);
|
||||
break;
|
||||
#ifdef CONFIG_NO_WIRELESS_HANDLERS
|
||||
case SIOCSIWMODE:
|
||||
ret = rtw_wx_set_mode(dev, NULL, &wrq->u, NULL);
|
||||
break;
|
||||
#endif
|
||||
#endif // CONFIG_AP_MODE
|
||||
case SIOCDEVPRIVATE:
|
||||
ret = rtw_ioctl_wext_private(dev, &wrq->u);
|
||||
|
|
Loading…
Reference in a new issue