2012-04-17 05:08:41 +08:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
2015-03-11 23:02:47 +08:00
|
|
|
@@ -704,6 +704,7 @@ static const struct ieee80211_iface_limi
|
2014-05-20 17:35:17 +08:00
|
|
|
BIT(NL80211_IFTYPE_AP) },
|
|
|
|
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
|
2012-04-17 08:05:41 +08:00
|
|
|
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
|
|
|
|
2014-09-28 04:51:43 +08:00
|
|
|
static const struct ieee80211_iface_limit wds_limits[] = {
|