2012-04-16 21:08:41 +00:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
2013-10-14 19:38:42 +00:00
|
|
|
@@ -814,6 +814,7 @@ static const struct ieee80211_iface_limi
|
2012-04-17 00:05:41 +00:00
|
|
|
#endif
|
|
|
|
BIT(NL80211_IFTYPE_AP) |
|
|
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
2012-12-07 16:46:04 +00:00
|
|
|
+ { .max = 1, .types = BIT(NL80211_IFTYPE_ADHOC) },
|
2012-04-16 21:08:41 +00:00
|
|
|
};
|
2012-12-07 16:46:04 +00:00
|
|
|
|
2013-04-26 10:52:03 +00:00
|
|
|
|