diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2016-06-09 22:01:05 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2016-06-09 22:01:05 +0000 |
| commit | ef347e56a2cc86fcb05a10673841931b7cd85173 (patch) | |
| tree | 03a703d5e357a83cb766e5c8b352c1b8e4c1b1f4 /sys/dev | |
| parent | 729ecfbb8e086eb22e43d7f90f408fc2eb234cbf (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_ath_alq.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_alq.h b/sys/dev/ath/if_ath_alq.h index 9f6ceac9f97e..988882d61573 100644 --- a/sys/dev/ath/if_ath_alq.h +++ b/sys/dev/ath/if_ath_alq.h @@ -113,6 +113,14 @@ struct if_ath_alq_mib_counters { #define ATH_ALQ_STUCK_BEACON 13 #define ATH_ALQ_RESUME_BEACON 14 +#define ATH_ALQ_TX_FIFO_PUSH 15 +struct if_ath_alq_tx_fifo_push { + uint32_t txq; + uint32_t nframes; + uint32_t fifo_depth; + uint32_t frame_cnt; +}; + /* * These will always be logged, regardless. */ |
