summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-06-23 18:48:44 +0000
committersam <sam@FreeBSD.org>2006-06-23 18:48:44 +0000
commit2b0185af61dfd7ceb2c0f6ff36acb6d82985f5b4 (patch)
tree7266ff689507a8283e3d25b7c09f856df673ccec /tools
parentd87b5b974063ee5129a43fdfd7f6898cc4251f71 (diff)
downloadFreeBSD-src-2b0185af61dfd7ceb2c0f6ff36acb6d82985f5b4.zip
FreeBSD-src-2b0185af61dfd7ceb2c0f6ff36acb6d82985f5b4.tar.gz
dump new cabq stats
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 ea9b011..e6749d3 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");
OpenPOWER on IntegriCloud