2012-04-16 21:08:41 +00:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
2012-07-16 23:50:54 +00:00
|
|
|
@@ -667,6 +667,7 @@ static const struct ieee80211_iface_limi
|
2012-04-17 00:05:41 +00:00
|
|
|
#ifdef CONFIG_MAC80211_MESH
|
|
|
|
BIT(NL80211_IFTYPE_MESH_POINT) |
|
|
|
|
#endif
|
2012-04-16 21:08:41 +00:00
|
|
|
+ BIT(NL80211_IFTYPE_ADHOC) |
|
2012-04-17 00:05:41 +00:00
|
|
|
BIT(NL80211_IFTYPE_AP) |
|
|
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
2012-04-16 21:08:41 +00:00
|
|
|
};
|