1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 05:00:36 +00:00

Fix CONFIG_CONCURRENT_MODE building. Missing VIF code.

This commit is contained in:
kimocoder 2019-02-16 00:13:16 +01:00
parent ed72c44df7
commit d1c55e0858
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ CONFIG_RTL8814A = y
######################### Interface ###########################
CONFIG_USB_HCI = y
########################## Features ###########################
CONFIG_NET_NS = y
CONFIG_MP_INCLUDED = y
CONFIG_POWER_SAVING = n
CONFIG_USB_AUTOSUSPEND = n

View File

@ -2290,6 +2290,11 @@ enum nl80211_iftype {
NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
};
#endif
#ifdef CONFIG_CONCURRENT_MODE
extern int netdev_if2_open(struct net_device *pnetdev);
#endif
static int cfg80211_rtw_change_iface(struct wiphy *wiphy,
struct net_device *ndev,
enum nl80211_iftype type,