From ec5f74bbed05efea0c2eb60c9ae996b4a6aff9c7 Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 25 Mar 2026 20:58:38 +0100 Subject: [PATCH] Add is10g_port field in phy_settings --- rtl837x_phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl837x_phy.h b/rtl837x_phy.h index 6d93576..bc1122e 100644 --- a/rtl837x_phy.h +++ b/rtl837x_phy.h @@ -14,6 +14,7 @@ struct phy_settings { uint8_t duplex; uint8_t port; uint8_t speed; + uint8_t is10g_port; }; extern __xdata struct phy_settings phy_settings;