summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-08-05 05:09:20 +0000
committersam <sam@FreeBSD.org>2006-08-05 05:09:20 +0000
commit63b1f1ffacf72d71d3d458cb1c7055ba668f4aea (patch)
treeb86148ebf351c1c2e4b8625f94c4e1853805eb86 /tools
parente835c6590d39961282197e3226709b5697f85562 (diff)
downloadFreeBSD-src-63b1f1ffacf72d71d3d458cb1c7055ba668f4aea.zip
FreeBSD-src-63b1f1ffacf72d71d3d458cb1c7055ba668f4aea.tar.gz
raw tx stat
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athstats/athstats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c
index e6749d3..d94a450 100644
--- a/tools/tools/ath/athstats/athstats.c
+++ b/tools/tools/ath/athstats/athstats.c
@@ -125,6 +125,7 @@ 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_raw, "tx frames through raw api");
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