forked from Openwrt-EcoNet/openwrt
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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,
|