From: Heiner Kallweit Date: Thu, 31 Oct 2024 21:44:36 +0000 (+0100) Subject: r8169: align RTL8126 EEE config with vendor driver X-Git-Tag: v6.13-rc1~135^2~150^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3d8520e6a19ab018da6c7fc22512c913697a829;p=thirdparty%2Fkernel%2Flinux.git r8169: align RTL8126 EEE config with vendor driver Align the EEE config for RTL8126A with vendor driver r8126 to avoid compatibility issues. Signed-off-by: Heiner Kallweit Link: https://patch.msgid.link/71e4859e-4cd0-4b6b-b7fa-621d7721992f@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/realtek/r8169_phy_config.c b/drivers/net/ethernet/realtek/r8169_phy_config.c index 54b254b9bf6c1..1d5b33f6c4b50 100644 --- a/drivers/net/ethernet/realtek/r8169_phy_config.c +++ b/drivers/net/ethernet/realtek/r8169_phy_config.c @@ -1126,6 +1126,7 @@ static void rtl8126a_hw_phy_config(struct rtl8169_private *tp, rtl8168g_enable_gphy_10m(phydev); rtl8125_legacy_force_mode(phydev); rtl8168g_disable_aldps(phydev); + rtl8125_common_config_eee_phy(phydev); } void r8169_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev,