summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.h
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2022-09-15 21:52:43 +0200
committerJohannes Berg <johannes.berg@intel.com>2022-10-07 15:25:05 +0200
commit4857ed9385fbd25060051cc42a93c3074de2f4dd (patch)
tree03e81c4b741c4d228714dee2abe09d79bd0e393b /net/mac80211/rc80211_minstrel_ht.h
parent9d13aff91ecd3f077b432df35291c945bde585be (diff)
downloadlinux-4857ed9385fbd25060051cc42a93c3074de2f4dd.tar.bz2
wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstrel_priv
Remove unused has_mrr (has multi-rate retry capabilities) member from struct minstrel_priv (only set once in minstrel_ht_alloc, never used again). Signed-off-by: Peter Seiderer <ps.report@gmx.net> 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 1766ff0c78d3..4be0401f7721 100644
--- a/net/mac80211/rc80211_minstrel_ht.h
+++ b/net/mac80211/rc80211_minstrel_ht.h
@@ -74,7 +74,6 @@
struct minstrel_priv {
struct ieee80211_hw *hw;
- bool has_mrr;
unsigned int cw_min;
unsigned int cw_max;
unsigned int max_retry;