aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2021-11-16 23:12:44 +0100
committerJohannes Berg <johannes.berg@intel.com>2021-11-26 11:51:07 +0100
commitdc53078320108936106906c5441122ae34ab1d65 (patch)
tree481885e196d72d4a745ed086de8cd10a0c1f6586 /net/mac80211/rc80211_minstrel_ht.c
parentcfg80211: allow continuous radar monitoring on offchannel chain (diff)
downloadlinux-dev-dc53078320108936106906c5441122ae34ab1d65.tar.xz
linux-dev-dc53078320108936106906c5441122ae34ab1d65.zip
mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR define
Remove unused SAMPLE_SWITCH_THR define. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Link: https://lore.kernel.org/r/20211116221244.30844-1-ps.report@gmx.net Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.c')
-rw-r--r--net/mac80211/rc80211_minstrel_ht.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c
index 72b44d4c42d0..9c3b7fc377c1 100644
--- a/net/mac80211/rc80211_minstrel_ht.c
+++ b/net/mac80211/rc80211_minstrel_ht.c
@@ -18,8 +18,6 @@
#define AVG_AMPDU_SIZE 16
#define AVG_PKT_SIZE 1200
-#define SAMPLE_SWITCH_THR 100
-
/* Number of bits for an average sized packet */
#define MCS_NBITS ((AVG_PKT_SIZE * AVG_AMPDU_SIZE) << 3)