ath: Fix typo (triple M)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/963
This commit is contained in:
Jose Luis Duran 2024-02-02 17:35:54 -07:00 committed by Warner Losh
parent 05ad376bfc
commit 328df6da9e
5 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ ar5416AniSetup(struct ath_hal *ah)
.rssiThrLow = 7,
.period = 100,
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
/* NB: disable ANI noise immunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL);
ar5416AniAttach(ah, &aniparams, &aniparams, AH_TRUE);
}

View file

@ -81,7 +81,7 @@ ar9160AniSetup(struct ath_hal *ah)
.period = 100,
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
/* NB: disable ANI noise immunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL);
ar5416AniAttach(ah, &aniparams, &aniparams, AH_TRUE);
}

View file

@ -94,7 +94,7 @@ ar9280AniSetup(struct ath_hal *ah)
.rssiThrLow = 7,
.period = 100,
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
/* NB: disable ANI noise immunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL);
/* NB: ANI is not enabled yet */

View file

@ -99,7 +99,7 @@ ar9285AniSetup(struct ath_hal *ah)
.rssiThrLow = 7,
.period = 100,
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
/* NB: disable ANI noise immunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL);
ar5416AniAttach(ah, &aniparams, &aniparams, AH_TRUE);

View file

@ -98,7 +98,7 @@ ar9287AniSetup(struct ath_hal *ah)
.rssiThrLow = 7,
.period = 100,
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
/* NB: disable ANI noise immunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~ HAL_ANI_NOISE_IMMUNITY_LEVEL;
/* NB: ANI is not enabled yet */