svn commit: r187557 - user/sam/wifi/sys/dev/ath/ath_hal

Sam Leffler sam at FreeBSD.org
Wed Jan 21 10:45:40 PST 2009


Author: sam
Date: Wed Jan 21 18:45:39 2009
New Revision: 187557
URL: http://svn.freebsd.org/changeset/base/187557

Log:
  kill dead variable

Modified:
  user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h	Wed Jan 21 18:41:48 2009	(r187556)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h	Wed Jan 21 18:45:39 2009	(r187557)
@@ -260,7 +260,6 @@ struct ath_hal_private {
 	uint16_t	ah_analog5GhzRev;	/* 2GHz radio revision */
 	uint16_t	ah_analog2GhzRev;	/* 5GHz radio revision */
 
-
 	HAL_OPMODE	ah_opmode;		/* operating mode from reset */
 	HAL_CHANNEL_INTERNAL *ah_curchan;	/* operating channel */
 	HAL_CAPABILITIES ah_caps;		/* device capabilities */
@@ -280,7 +279,6 @@ struct ath_hal_private {
 	const struct regDomain *ah_rd5GHz;	/* reg state for 5G band */
 
 	uint8_t    	ah_coverageClass;   	/* coverage class */
-	HAL_BOOL    	ah_regdomainUpdate;     /* regdomain is updated? */
 	/*
 	 * RF Silent handling; setup according to the EEPROM.
 	 */


More information about the svn-src-user mailing list