From 55a2313ad2db3fea2d14a7c2ae3ec9e6e80d9efa Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 2 Feb 2009 16:55:57 +0000 Subject: [PATCH] restore variable initialization removed in r187831; this broke the horrible SAVE/RESTORE_CCK macros used by swan/nala cards to implement 11b using 11g --- sys/dev/ath/ath_hal/ar5212/ar5212_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c index ca6b7004bae..c2ee220ea6c 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c @@ -954,7 +954,7 @@ ar5212PerCalibrationN(struct ath_hal *ah, int32_t qCoff, qCoffDenom; int32_t iqCorrMeas, iCoff, iCoffDenom; uint32_t powerMeasQ, powerMeasI; - HAL_BOOL isBmode; + HAL_BOOL isBmode = AH_FALSE; OS_MARK(ah, AH_MARK_PERCAL, chan->ic_freq); *isCalDone = AH_FALSE; -- 2.45.2