1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

Place-holders for enable/active parameter flags.

This commit is contained in:
Adrian Chadd 2013-01-11 02:25:39 +00:00
parent c66c36a454
commit 4c2f84b119
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245281

View File

@ -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 */