git: 328df6da9ef2 - main - ath: Fix typo (triple M)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 01:36:29 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=328df6da9ef20fefed1749c05d4f19d47dfb7803
commit 328df6da9ef20fefed1749c05d4f19d47dfb7803
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-02-03 00:35:54 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-03 01:35:00 +0000
ath: Fix typo (triple M)
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/963
---
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 2 +-
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c | 2 +-
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c | 2 +-
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c | 2 +-
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
index b5b1dd18fea9..05b2cdd5e30b 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
@@ -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);
}
diff --git a/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c b/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
index 00fa6e3d5297..f09f62b6f61a 100644
--- a/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
+++ b/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
@@ -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);
}
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
index c9d1d572cb80..adb9116e6fde 100644
--- a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
+++ b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
@@ -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 */
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c b/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
index 1a665d55add3..b1c0f53a24fc 100644
--- a/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
+++ b/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
@@ -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);
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c b/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
index 694550e7f75f..b3abf2baed49 100644
--- a/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
+++ b/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
@@ -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 */