mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
26 lines
991 B
Diff
26 lines
991 B
Diff
|
From a3d8520e6a19ab018da6c7fc22512c913697a829 Mon Sep 17 00:00:00 2001
|
||
|
From: Heiner Kallweit <hkallweit1@gmail.com>
|
||
|
Date: Thu, 31 Oct 2024 22:44:36 +0100
|
||
|
Subject: [PATCH] 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 <hkallweit1@gmail.com>
|
||
|
Link: https://patch.msgid.link/71e4859e-4cd0-4b6b-b7fa-621d7721992f@gmail.com
|
||
|
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||
|
---
|
||
|
drivers/net/ethernet/realtek/r8169_phy_config.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- 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(struc
|
||
|
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,
|