1e5b7c17b0
Based on patch by Bryan Forbes <bryan@reigndropsfall.net> Also update mt76 to update for API changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44655
11 lines
391 B
Diff
11 lines
391 B
Diff
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
|
@@ -704,6 +704,7 @@ static const struct ieee80211_iface_limi
|
|
BIT(NL80211_IFTYPE_AP) },
|
|
{ .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
|
+ { .max = 1, .types = BIT(NL80211_IFTYPE_ADHOC) },
|
|
};
|
|
|
|
static const struct ieee80211_iface_limit wds_limits[] = {
|