diff options
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c')
-rw-r--r-- | sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c b/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c index 9352c6decd82..04b75dd09662 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c @@ -324,7 +324,7 @@ ar5212GetRfgain(struct ath_hal *ah) ahp->ah_rfgainState = HAL_RFGAIN_NEED_CHANGE; /* for ap51 */ ahp->ah_cwCalRequire = AH_TRUE; - /* Request IQ recalibration for temperature chang */ + /* Request IQ recalibration for temperature change */ ahp->ah_bIQCalibration = IQ_CAL_INACTIVE; } } |