summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-11 22:46:41 +0000
committersam <sam@FreeBSD.org>2005-12-11 22:46:41 +0000
commit97e6ad836b1f63ecaf625de97528f0f7ee3ebeb3 (patch)
treec6f2b846b68f92208fdc8c87446d137437589308 /tools
parenta5d0ac5fafd664dbffcbc4e6bd83ab3052770fae (diff)
downloadFreeBSD-src-97e6ad836b1f63ecaf625de97528f0f7ee3ebeb3.zip
FreeBSD-src-97e6ad836b1f63ecaf625de97528f0f7ee3ebeb3.tar.gz
remove cts burst extension stats
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 3628963..ed3a35b 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");
OpenPOWER on IntegriCloud