git: 5f2893553f3c - main - net80211: fix spelling of Michael (MMIC)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Mar 2025 22:47:54 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f2893553f3cde7c1529f9ca3987be378a9b7025
commit 5f2893553f3cde7c1529f9ca3987be378a9b7025
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-03-04 22:46:05 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-03-04 22:46:05 +0000
net80211: fix spelling of Michael (MMIC)
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reported by: rm
Fixes: d688c20395a9f
---
sys/net80211/_ieee80211.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h
index 2db2fabac3a9..a44dff9ec6f6 100644
--- a/sys/net80211/_ieee80211.h
+++ b/sys/net80211/_ieee80211.h
@@ -588,7 +588,7 @@ struct ieee80211_mimo_info {
#define IEEE80211_RX_F_FAIL_MMIC 0x00000080 /* Failed Michael MIC (MMIC) check */
#define IEEE80211_RX_F_DECRYPTED 0x00000100 /* Hardware decrypted */
#define IEEE80211_RX_F_IV_STRIP 0x00000200 /* Decrypted; IV stripped */
-#define IEEE80211_RX_F_MMIC_STRIP 0x00000400 /* Decrypted; Micheal MIC (MMIC) stripped */
+#define IEEE80211_RX_F_MMIC_STRIP 0x00000400 /* Decrypted; Michael MIC (MMIC) stripped */
#define IEEE80211_RX_F_SHORTGI 0x00000800 /* This is a short-GI frame */
#define IEEE80211_RX_F_CCK 0x00001000
#define IEEE80211_RX_F_OFDM 0x00002000