summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-01-15 15:02:37 +0300
committerJohannes Berg <johannes.berg@intel.com>2021-01-22 11:11:37 +0300
commiteeafcb0c80c81d6f569fc72630f573ea56112f2b (patch)
tree73faf5696d23456c0517f7cb0e5a6a926dd29f6e /net/mac80211/rc80211_minstrel_ht.h
parentcbda98c710d273b2725e2b551d929879bff93c1d (diff)
downloadlinux-eeafcb0c80c81d6f569fc72630f573ea56112f2b.tar.xz
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.h1
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;