From b351d53260edde9a498c8518e2e20bf15bb56fa7 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 24 Jan 2006 05:35:03 +0000 Subject: [PATCH] catch up to driver changes --- tools/tools/ath/athstats.c | 2 -- 1 file changed, 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");