summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-04-28 08:12:51 +0000
committeradrian <adrian@FreeBSD.org>2012-04-28 08:12:51 +0000
commitdb8d363ac8d5c29ddac25bb7357c5142877fc922 (patch)
treef2d3a2e0dcccbac384866555df78cfce52620dbd /sys/dev
parent252b5377f06262000a4dcd75db5e5de72283952d (diff)
downloadFreeBSD-src-db8d363ac8d5c29ddac25bb7357c5142877fc922.zip
FreeBSD-src-db8d363ac8d5c29ddac25bb7357c5142877fc922.tar.gz
Extend the HAL channel survey statistics:
* include ext_chan_busy; * include ofdm/cck phy error counts, which aren't yet implemented.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/ath_hal/ah.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index ba1ea83..87ba2cb 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;
/*
OpenPOWER on IntegriCloud