aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2005-12-11 22:46:41 +0000
committerSam Leffler <sam@FreeBSD.org>2005-12-11 22:46:41 +0000
commitbbcd5573da915304c0a8a972fa93336207562101 (patch)
treec6f2b846b68f92208fdc8c87446d137437589308 /tools
parent05406e6f33f6984b36a975e3983402e45b8218a2 (diff)
downloadsrc-bbcd5573da915304c0a8a972fa93336207562101.tar.gz
src-bbcd5573da915304c0a8a972fa93336207562101.zip
remove cts burst extension stats
Notes
Notes: svn path=/head/; revision=153314
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athstats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tools/ath/athstats.c b/tools/tools/ath/athstats.c
index 36289635d470..ed3a35bbc50b 100644
--- a/tools/tools/ath/athstats.c
+++ b/tools/tools/ath/athstats.c
@@ -125,8 +125,6 @@ printstats(FILE *fd, const struct ath_stats *stats)
STAT(tx_shortpre, "tx frames with short preamble");
STAT(tx_altrate, "tx frames with an alternate rate");
STAT(tx_protect, "tx frames with 11g protection");
- STAT(tx_ctsburst, "tx frames with 11g protection and bursting");
- STAT(tx_ctsext, "tx frames with 11g cts protection extended for bursting");
STAT(rx_nombuf, "rx setup failed 'cuz no mbuf");
STAT(rx_busdma, "rx setup failed for dma resrcs");
STAT(rx_orn, "rx failed 'cuz of desc overrun");