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-06-18 01:26:36 +00:00
|
|
|
@@ -666,6 +666,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
|
|
|
};
|