summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-02 16:55:57 +0000
committersam <sam@FreeBSD.org>2009-02-02 16:55:57 +0000
commitcf42d4143e8c005227acd69be32897dd0f159b8a (patch)
tree1ed12a83466a595d723a489da6378b329df51bd8 /sys
parent8e553b07e314202abdc96f5cf51f2922cfe15bff (diff)
downloadFreeBSD-src-cf42d4143e8c005227acd69be32897dd0f159b8a.zip
FreeBSD-src-cf42d4143e8c005227acd69be32897dd0f159b8a.tar.gz
restore variable initialization removed in r187831; this broke
the horrible SAVE/RESTORE_CCK macros used by swan/nala cards to implement 11b using 11g
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ath/ath_hal/ar5212/ar5212_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
index ca6b700..c2ee220 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;
OpenPOWER on IntegriCloud