summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-07-10 00:56:10 +0000
committerSam Leffler <sam@FreeBSD.org>2006-07-10 00:56:10 +0000
commitc2f85140d6d4cd119f08679007693d165a053b40 (patch)
treef0889a533e3197369ff329c4baa68ede5e6dd8d3 /tools
parent85ea4725bb15dad75176027b6c895dc233841218 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athstats/athstats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c
index ed3a35bbc50b..6c7887de3ac7 100644
--- a/tools/tools/ath/athstats/athstats.c
+++ b/tools/tools/ath/athstats/athstats.c
@@ -156,6 +156,8 @@ printstats(FILE *fd, const struct ath_stats *stats)
}
STAT(be_nombuf, "beacon setup failed 'cuz no mbuf");
STAT(be_xmit, "beacons transmitted");
+ STAT(cabq_xmit, "cabq frames transmitted");
+ STAT(cabq_busy, "cabq xmit overflowed beacon interval");
STAT(per_cal, "periodic calibrations");
STAT(per_calfail, "periodic calibration failures");
STAT(per_rfgain, "rfgain value change");