diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-01-15 13:02:37 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-01-22 09:11:37 +0100 |
commit | eeafcb0c80c81d6f569fc72630f573ea56112f2b (patch) | |
tree | 73faf5696d23456c0517f7cb0e5a6a926dd29f6e /net/mac80211/rc80211_minstrel_ht.h | |
parent | mac80211: remove legacy minstrel rate control (diff) | |
download | linux-eeafcb0c80c81d6f569fc72630f573ea56112f2b.tar.xz linux-eeafcb0c80c81d6f569fc72630f573ea56112f2b.zip |
mac80211: minstrel_ht: remove old ewma based rate average code
The new noise filter has been the default for a while now with no reported
downside and significant improvement compared to the old code.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210115120242.89616-5-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.h')
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.h b/net/mac80211/rc80211_minstrel_ht.h index 25c3664bddde..7d6d0b720f6d 100644 --- a/net/mac80211/rc80211_minstrel_ht.h +++ b/net/mac80211/rc80211_minstrel_ht.h @@ -60,7 +60,6 @@ struct minstrel_priv { struct ieee80211_hw *hw; bool has_mrr; - bool new_avg; u32 sample_switch; unsigned int cw_min; unsigned int cw_max; |