From f452e9d26e4bbe3ce97538a7207c9c4e82098446 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 28 Apr 2012 08:12:51 +0000 Subject: [PATCH] Extend the HAL channel survey statistics: * include ext_chan_busy; * include ofdm/cck phy error counts, which aren't yet implemented. --- sys/dev/ath/ath_hal/ah.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index ba1ea83897eb..87ba2cb96dc9 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -660,7 +660,11 @@ typedef struct { uint32_t tx_busy; uint32_t rx_busy; uint32_t chan_busy; + uint32_t ext_chan_busy; uint32_t cycle_count; + /* XXX TODO */ + uint32_t ofdm_phyerr_count; + uint32_t cck_phyerr_count; } HAL_SURVEY_SAMPLE; /*