2012-04-17 05:08:41 +08:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
2013-11-27 18:56:05 +08:00
|
|
|
@@ -849,6 +849,7 @@ static const struct ieee80211_iface_limi
|
2012-04-17 08:05:41 +08:00
|
|
|
#endif
|
|
|
|
BIT(NL80211_IFTYPE_AP) |
|
|
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
2012-12-08 00:46:04 +08:00
|
|
|
+ { .max = 1, .types = BIT(NL80211_IFTYPE_ADHOC) },
|
2012-04-17 05:08:41 +08:00
|
|
|
};
|
2012-12-08 00:46:04 +08:00
|
|
|
|
2013-11-13 06:11:33 +08:00
|
|
|
static const struct ieee80211_iface_limit if_dfs_limits[] = {
|