commit | 37439f2d6e43ae79e22be9be159f0af157468f82 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Sat Oct 06 19:35:03 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 11 16:01:02 2018 +0200 |
tree | 1cc72c5ad6bc59f60011512213aa89a48eb51d31 | |
parent | 202df504d7dea489ce74a913d4b529531bdff312 [diff] |
mac80211: minstrel: fix using short preamble CCK rates on HT clients mi->supported[MINSTREL_CCK_GROUP] needs to be updated short preamble rates need to be marked as supported regardless of whether it's currently enabled. Its state can change at any time without a rate_update call. Fixes: 782dda00ab8e ("mac80211: minstrel_ht: move short preamble check out of get_rate") Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>