svn commit: r245281 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Fri Jan 11 02:25:40 UTC 2013


Author: adrian
Date: Fri Jan 11 02:25:39 2013
New Revision: 245281
URL: http://svnweb.freebsd.org/changeset/base/245281

Log:
  Place-holders for enable/active parameter flags.

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Fri Jan 11 00:46:40 2013	(r245280)
+++ head/sys/dev/ath/ath_hal/ah.h	Fri Jan 11 02:25:39 2013	(r245281)
@@ -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 */


More information about the svn-src-all mailing list