git: 09ec7b7fb3ed - stable/14 - Fix typo in recently added 400G media
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Aug 2026 09:14:30 UTC
The branch stable/14 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=09ec7b7fb3ed1d5bc3924da59dc5ae67f970c988
commit 09ec7b7fb3ed1d5bc3924da59dc5ae67f970c988
Author: Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-11-14 06:02:28 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-08-24 09:12:23 +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
(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 }, \
}