]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: minstrel_ht: add support for OFDM rates on non-HT clients
authorFelix Fietkau <nbd@nbd.name>
Fri, 15 Jan 2021 12:02:35 +0000 (13:02 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jan 2021 08:11:37 +0000 (09:11 +0100)
commitca737200eb6def31851f5fc0604cbb93b562abd7
treeda0e2504bd298d7b55f3294dc1ec8badf0ea4537
parent6789360fc7d6906bbcecd4d1b5d46be6bb3a1121
mac80211: minstrel_ht: add support for OFDM rates on non-HT clients

The legacy minstrel code is essentially unmaintained and receives only very
little testing. In order to bring the significant algorithm improvements from
minstrel_ht to legacy clients, this patch adds support for OFDM rates to
minstrel_ht and removes the fallback to the legacy codepath.
This also makes it work much better on hardware with rate selection constraints,
e.g. mt76.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210115120242.89616-3-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rc80211_minstrel.h
net/mac80211/rc80211_minstrel_ht.c
net/mac80211/rc80211_minstrel_ht.h
net/mac80211/rc80211_minstrel_ht_debugfs.c