Module Name:    src
Committed By:   martin
Date:           Thu Sep 12 11:26:53 UTC 2013

Modified Files:
        src/sys/external/isc/atheros_hal/dist: ah_eeprom_v3.c

Log Message:
Remove unused maxPower_t4 variable.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c
diff -u src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c:1.3 src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c:1.4
--- src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c:1.3	Mon Mar  7 11:25:42 2011
+++ src/sys/external/isc/atheros_hal/dist/ah_eeprom_v3.c	Thu Sep 12 11:26:53 2013
@@ -14,7 +14,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $Id: ah_eeprom_v3.c,v 1.3 2011/03/07 11:25:42 cegger Exp $
+ * $Id: ah_eeprom_v3.c,v 1.4 2013/09/12 11:26:53 martin Exp $
  */
 #include "opt_ah.h"
 
@@ -181,7 +181,6 @@ eepromExpandPower5112(struct ath_hal *ah
 	EEPROM_POWER_EXPN_5112 *pPowerExpn)
 {
 	int ii, jj, kk;
-	int16_t maxPower_t4;
 	EXPN_DATA_PER_XPD_5112 *pExpnXPD;
 	/* ptr to array of info held per channel */
 	const EEPROM_DATA_PER_CHANNEL_5112 *pCalCh;
@@ -218,7 +217,6 @@ eepromExpandPower5112(struct ath_hal *ah
 			pCalCh->channelValue;
 		pPowerExpn->pDataPerChannel[ii].maxPower_t4 =
 			pCalCh->maxPower_t4;
-		maxPower_t4 = pPowerExpn->pDataPerChannel[ii].maxPower_t4;
 
 		for (jj = 0; jj < NUM_XPD_PER_CHANNEL; jj++)
 			pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj].numPcdacs = 0;

Reply via email to