mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b698a32036
commit
55a2313ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue