diff options
author | adrian <adrian@FreeBSD.org> | 2013-01-11 02:25:39 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-01-11 02:25:39 +0000 |
commit | 6e25165637bf61f063228720a36b367f5c38bf69 (patch) | |
tree | 0283ba1661296f4f1b1d50589031b9b4a8217019 /sys/dev/ath/ath_hal | |
parent | 01e9f4a665266315d3faf0a50cf692356e37fe23 (diff) | |
download | FreeBSD-src-6e25165637bf61f063228720a36b367f5c38bf69.zip FreeBSD-src-6e25165637bf61f063228720a36b367f5c38bf69.tar.gz |
Place-holders for enable/active parameter flags.
Diffstat (limited to 'sys/dev/ath/ath_hal')
-rw-r--r-- | sys/dev/ath/ath_hal/ah.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index 19beffe..ddc4b6a 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -941,6 +941,8 @@ typedef struct { int8_t ss_nf_cal[AH_MAX_CHAINS*2]; /* nf calibrated values for ctl+ext from eeprom */ int8_t ss_nf_pwr[AH_MAX_CHAINS*2]; /* nf pwr values for ctl+ext from eeprom */ int32_t ss_nf_temp_data; /* temperature data taken during nf scan */ + int ss_enabled; + int ss_active; } HAL_SPECTRAL_PARAM; #define HAL_SPECTRAL_PARAM_NOVAL 0xFFFF #define HAL_SPECTRAL_PARAM_ENABLE 0x8000 /* Enable/Disable if applicable */ |