diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-07-10 00:56:10 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-07-10 00:56:10 +0000 |
| commit | c2f85140d6d4cd119f08679007693d165a053b40 (patch) | |
| tree | f0889a533e3197369ff329c4baa68ede5e6dd8d3 /tools | |
| parent | 85ea4725bb15dad75176027b6c895dc233841218 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/ath/athstats/athstats.c | 2 |
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"); |
