]> git.ipfire.org Git - thirdparty/openwrt.git/blob
36c8041c94e60e7541c74314563dac532c2faf43
[thirdparty/openwrt.git] /
1 From a3d8520e6a19ab018da6c7fc22512c913697a829 Mon Sep 17 00:00:00 2001
2 From: Heiner Kallweit <hkallweit1@gmail.com>
3 Date: Thu, 31 Oct 2024 22:44:36 +0100
4 Subject: [PATCH] r8169: align RTL8126 EEE config with vendor driver
5
6 Align the EEE config for RTL8126A with vendor driver r8126 to avoid
7 compatibility issues.
8
9 Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
10 Link: https://patch.msgid.link/71e4859e-4cd0-4b6b-b7fa-621d7721992f@gmail.com
11 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
12 ---
13 drivers/net/ethernet/realtek/r8169_phy_config.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/drivers/net/ethernet/realtek/r8169_phy_config.c
17 +++ b/drivers/net/ethernet/realtek/r8169_phy_config.c
18 @@ -1126,6 +1126,7 @@ static void rtl8126a_hw_phy_config(struc
19 rtl8168g_enable_gphy_10m(phydev);
20 rtl8125_legacy_force_mode(phydev);
21 rtl8168g_disable_aldps(phydev);
22 + rtl8125_common_config_eee_phy(phydev);
23 }
24
25 void r8169_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev,