aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athioctl.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-08-19 21:35:08 +0000
committerSam Leffler <sam@FreeBSD.org>2003-08-19 21:35:08 +0000
commitd1d0cf62fe680bc023b9756be1a4af07ced1f18d (patch)
treec2c4b23d0cd251fffc14b6886eca28a9c05647e9 /sys/dev/ath/if_athioctl.h
parentb88ffdc860bc9e6e59af09202bb082a8f7e56d91 (diff)
Notes
Diffstat (limited to 'sys/dev/ath/if_athioctl.h')
-rw-r--r--sys/dev/ath/if_athioctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h
index a8d60dcde9c3a..dcae150da12e4 100644
--- a/sys/dev/ath/if_athioctl.h
+++ b/sys/dev/ath/if_athioctl.h
@@ -73,12 +73,13 @@ struct ath_stats {
u_int32_t ast_rx_nombuf; /* rx setup failed 'cuz no mbuf */
u_int32_t ast_rx_busdma; /* rx setup failed for dma resrcs */
u_int32_t ast_rx_orn; /* rx failed 'cuz of desc overrun */
- u_int32_t ast_rx_tooshort;/* rx failed 'cuz frame too short */
u_int32_t ast_rx_crcerr; /* rx failed 'cuz of bad CRC */
u_int32_t ast_rx_fifoerr; /* rx failed 'cuz of FIFO overrun */
u_int32_t ast_rx_badcrypt;/* rx failed 'cuz decryption */
u_int32_t ast_rx_phyerr; /* rx failed 'cuz of PHY err */
u_int32_t ast_rx_phy[32]; /* rx PHY error per-code counts */
+ u_int32_t ast_rx_tooshort;/* rx discarded 'cuz frame too short */
+ u_int32_t ast_rx_ctl; /* rx discarded 'cuz ctl frame */
u_int32_t ast_be_nombuf; /* beacon setup failed 'cuz no mbuf */
u_int32_t ast_per_cal; /* periodic calibration calls */
u_int32_t ast_per_calfail;/* periodic calibration failed */