summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-06-23 18:48:08 +0000
committersam <sam@FreeBSD.org>2006-06-23 18:48:08 +0000
commitd87b5b974063ee5129a43fdfd7f6898cc4251f71 (patch)
treec97037a277e7415481dbcae75b5d0ea51aec093f /sys/dev/ath
parentc028917853f753acd8205ad5f7805bb7fae3783b (diff)
downloadFreeBSD-src-d87b5b974063ee5129a43fdfd7f6898cc4251f71.zip
FreeBSD-src-d87b5b974063ee5129a43fdfd7f6898cc4251f71.tar.gz
new stats
MFC after: 1 month
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_athioctl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h
index 7184a11..a1b5198 100644
--- a/sys/dev/ath/if_athioctl.h
+++ b/sys/dev/ath/if_athioctl.h
@@ -106,7 +106,9 @@ struct ath_stats {
u_int32_t ast_ant_txswitch;/* tx antenna switches */
u_int32_t ast_ant_rx[8]; /* rx frames with antenna */
u_int32_t ast_ant_tx[8]; /* tx frames with antenna */
- u_int32_t ast_pad[32];
+ u_int32_t ast_cabq_xmit; /* cabq frames transmitted */
+ u_int32_t ast_cabq_busy; /* cabq found busy */
+ u_int32_t ast_pad[30];
};
#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)
OpenPOWER on IntegriCloud