mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-12 17:17:10 +00:00
Fix CONFIG_CONCURRENT_MODE building due to missing VIF
This commit is contained in:
parent
aa2b8b870b
commit
d415163096
@ -2323,6 +2323,11 @@ enum nl80211_iftype {
|
|||||||
NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
|
NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_CONCURRENT_MODE
|
||||||
|
extern int netdev_if2_open(struct net_device *pnetdev);
|
||||||
|
#endif
|
||||||
|
|
||||||
static int cfg80211_rtw_change_iface(struct wiphy *wiphy,
|
static int cfg80211_rtw_change_iface(struct wiphy *wiphy,
|
||||||
struct net_device *ndev,
|
struct net_device *ndev,
|
||||||
enum nl80211_iftype type,
|
enum nl80211_iftype type,
|
||||||
|
Loading…
Reference in New Issue
Block a user