From c2f85140d6d4cd119f08679007693d165a053b40 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 10 Jul 2006 00:56:10 +0000 Subject: MFC: cabq stats --- tools/tools/ath/athstats/athstats.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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"); -- cgit v1.3