mirror of https://github.com/hak5/openwrt.git
ba249bc955
If no mcast_rate is set for the wifi-iface then there is no rate_idx (0)
set for the bss. This can break for example 5GHz meshpoint interfaces
because 0 maps to a CCK rate (11Mbit/s).
It must also be avoided that the ath10k-ct internal state for the rates is
not synced with the mac80211 rates state. Otherwise, the user specified
rate (e.g. a wifi-iface mcast_rate for a meshpoint interface) will only be
set on startup. And a short while after that, ath10k-ct specific code in
ath10k_check_apply_special_rates is missing a valid rate in its own
structures and is then recalculating a new default rate. This default rate
is in most situations not the requested rate.
Fixes:
|
||
---|---|---|
.. | ||
acx-mac80211 | ||
ar7-atm | ||
ath10k-ct | ||
avila-wdt | ||
brcm2708-gpu-fw | ||
broadcom-wl | ||
button-hotplug | ||
cryptodev-linux | ||
dtc/patches | ||
gpio-button-hotplug | ||
gpio-nct5104d | ||
hwmon-gsc | ||
i2c-gpio-custom | ||
kmod-sched-cake | ||
lantiq | ||
leds-apu2 | ||
linux | ||
mac80211 | ||
mt76 | ||
mwlwifi | ||
nat46 | ||
om-watchdog | ||
rotary-gpio-custom | ||
rtc-rv5c386a | ||
rtl8812au-ct | ||
spi-gpio-custom | ||
trelay | ||
w1-gpio-custom |