]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: avoid rate init for S1G band
authorThomas Pedersen <thomas@adapt-ip.com>
Tue, 22 Sep 2020 02:28:13 +0000 (19:28 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 28 Sep 2020 11:57:24 +0000 (13:57 +0200)
commitcac8c526ae769d86ec2d785c6f41866f75152784
tree5121fb6fc027b048cbd8b94a1ffee1b8c638799e
parent1821f8b36f112be9e3071779da82e14384fc6989
mac80211: avoid rate init for S1G band

minstrel_ht is confused by the lack of sband->bitrates,
and S1G will likely require a unique RC algorithm, so
avoid rate init for now if STA is on the S1G band.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
Link: https://lore.kernel.org/r/20200922022818.15855-13-thomas@adapt-ip.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rate.c