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-02-23 01:12:36 +00:00
|
|
|
@@ -727,6 +727,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
|
|
|
|
|
|
|
static const struct ieee80211_iface_combination if_comb = {
|