git: 50d90f80b68f - stable/15 - Fix typo in recently added 400G media
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Mar 2026 06:20:44 UTC
The branch stable/15 has been updated by np:
URL: https://cgit.FreeBSD.org/src/commit/?id=50d90f80b68f40a3b32f6e215054455dd9048572
commit 50d90f80b68f40a3b32f6e215054455dd9048572
Author: Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-11-14 06:02:28 +0000
Commit: Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2026-03-08 01:49:03 +0000
Fix typo in recently added 400G media
Reported by: glebius
Fixes: 2d608a4cebbd if_media.h: Add 400GBase-SR8 and 400GBase-CR8
Sponsored by: Chelsio Communications
(cherry picked from commit 4d2d65cad49765a084819195d81a7c0043f1938c)
---
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 }, \
}