mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ath(4): Fix a typo in a source code comment
- s/chang/change/ MFC after: 3 days
This commit is contained in:
parent
4494ea5406
commit
3ad86f460f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue