2012-04-16 21:08:41 +00:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
2015-07-06 16:26:34 +00:00
|
|
|
@@ -722,6 +722,7 @@ static const struct ieee80211_iface_limi
|
2014-05-20 09:35:17 +00:00
|
|
|
BIT(NL80211_IFTYPE_AP) },
|
|
|
|
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
|
2012-04-17 00:05:41 +00:00
|
|
|
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
|
|
|
|
2014-09-27 20:51:43 +00:00
|
|
|
static const struct ieee80211_iface_limit wds_limits[] = {
|