git: 4d2d65cad497 - main - Fix typo in recently added 400G media
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Nov 2025 06:11:54 UTC
The branch main has been updated by np:
URL: https://cgit.FreeBSD.org/src/commit/?id=4d2d65cad49765a084819195d81a7c0043f1938c
commit 4d2d65cad49765a084819195d81a7c0043f1938c
Author: Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-11-14 06:02:28 +0000
Commit: Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2025-11-14 06:10:35 +0000
Fix typo in recently added 400G media
Reported by: glebius
Fixes: 2d608a4cebbd if_media.h: Add 400GBase-SR8 and 400GBase-CR8
MFC after: 1 week
Sponsored by: Chelsio Communications
---
sys/net/if_media.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 8196a54c8ba9..892b7d1e3e52 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -553,7 +553,7 @@ struct ifmedia_description {
{ IFM_400G_AUI8_AC, "400G-AUI8-AC" }, \
{ IFM_400G_AUI8, "400G-AUI8" }, \
{ IFM_400G_SR8, "400GBase-SR8" }, \
- { IFM_400G_SR8, "400GBase-CR8" }, \
+ { IFM_400G_CR8, "400GBase-CR8" }, \
{ 0, NULL }, \
}