6c2651566c
Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name>
10 lines
391 B
Diff
10 lines
391 B
Diff
--- a/drivers/net/wireless/ath/ath9k/init.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/init.c
|
|
@@ -727,6 +727,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[] = {
|