replace r/w idiom with OS_REG_SET_BIT (to match other code)
This commit is contained in:
parent
0129b996aa
commit
1434b839c9
@ -990,9 +990,8 @@ ar5212PerCalibrationN(struct ath_hal *ah,
|
||||
if (powerMeasI && powerMeasQ)
|
||||
break;
|
||||
/* Do we really need this??? */
|
||||
OS_REG_WRITE (ah, AR_PHY_TIMING_CTRL4,
|
||||
OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) |
|
||||
AR_PHY_TIMING_CTRL4_DO_IQCAL);
|
||||
OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4,
|
||||
AR_PHY_TIMING_CTRL4_DO_IQCAL);
|
||||
} while (++i < IQ_CAL_TRIES);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user