mac80211: ath10k: fix incorrect multicast/broadcast rate setting
authorSven Eckelmann <sven@narfation.org>
Mon, 25 Feb 2019 19:42:28 +0000 (20:42 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 26 Feb 2019 22:20:04 +0000 (23:20 +0100)
commit4beed12d85947f6eb7c935d2f9a90f1999379977
tree914de17b917d64a166046cad3620e56bf3094106
parentb1c614784d006cea3f91ac02f816019f1da7abbd
mac80211: ath10k: 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 breaks for example 5GHz meshpoint interfaces because
0 maps to a CCK rate (11Mbit/s).

Fixes: db90c243a0b9 ("mac80211: update to version based on 4.19-rc4")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/ath/979-ath10k-fix-incorrect-multicast-broadcast-rate-settin.patch [new file with mode: 0644]