dump new cabq stats

This commit is contained in:
Sam Leffler 2006-06-23 18:48:44 +00:00
parent 30db812aa9
commit 777134028a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159895

View file

@ -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");