1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/package
Sven Eckelmann ba249bc955 ath10k-ct: fix incorrect multicast/broadcast rate setting
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: 4df3c71cd4c5 ("ath10k-ct: Update to 2018-12-11 and use version based on 4.19")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-02-26 23:20:04 +01:00
..
base-files base-files: fix ucert verification 2019-02-12 16:42:03 +01:00
boot uboot-envtools: add support for ALFA Network AP120C-AC 2019-02-26 00:16:22 +01:00
devel strace: Only allow libdw or libunwind 2019-02-17 19:22:39 +01:00
firmware ipq-wifi: add board-2.bin for ALFA Network AP120C-AC 2019-02-26 00:16:22 +01:00
kernel ath10k-ct: fix incorrect multicast/broadcast rate setting 2019-02-26 23:20:04 +01:00
libs elfutils: fix DEPENDS for libelf 2019-02-17 19:22:39 +01:00
network odhcpd: update to latest git HEAD (FS#2142) 2019-02-25 12:07:52 +01:00
system fwtool: add support for extracting the truncated data part to stdout 2019-02-12 16:41:38 +01:00
utils mdadm: Update to 4.1 2019-02-17 17:33:18 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00