restore variable initialization removed in r187831; this broke

the horrible SAVE/RESTORE_CCK macros used by swan/nala cards to
implement 11b using 11g
This commit is contained in:
Sam Leffler 2009-02-02 16:55:57 +00:00
parent b698a32036
commit 55a2313ad2

View File

@ -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;