summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_alq.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_alq.h')
-rw-r--r--sys/dev/ath/if_ath_alq.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_alq.h b/sys/dev/ath/if_ath_alq.h
index 541f2d7..9f6ceac 100644
--- a/sys/dev/ath/if_ath_alq.h
+++ b/sys/dev/ath/if_ath_alq.h
@@ -99,6 +99,20 @@ struct if_ath_alq_interrupt {
uint32_t intr_syncstate;
};
+#define ATH_ALQ_MIB_COUNTERS 11
+struct if_ath_alq_mib_counters {
+ uint32_t valid;
+ uint32_t tx_busy;
+ uint32_t rx_busy;
+ uint32_t chan_busy;
+ uint32_t ext_chan_busy;
+ uint32_t cycle_count;
+};
+
+#define ATH_ALQ_MISSED_BEACON 12
+#define ATH_ALQ_STUCK_BEACON 13
+#define ATH_ALQ_RESUME_BEACON 14
+
/*
* These will always be logged, regardless.
*/
OpenPOWER on IntegriCloud