mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove CONFIG_IOCTL_CFG80211
This one is always selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
34c3293686
commit
5470a10d13
18 changed files with 29 additions and 344 deletions
|
@ -27,8 +27,6 @@
|
|||
#include <rtw_ioctl_query.h>
|
||||
#include <xmit_osdep.h>
|
||||
|
||||
#ifdef CONFIG_IOCTL_CFG80211
|
||||
|
||||
#include "ioctl_cfg80211.h"
|
||||
|
||||
#define RTW_MAX_MGMT_TX_CNT (8)
|
||||
|
@ -5416,5 +5414,3 @@ void rtw_wdev_unregister(struct wireless_dev *wdev)
|
|||
|
||||
wiphy_unregister(wdev->wiphy);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_IOCTL_CFG80211 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue