Skip to content

Commit a3d8520

Browse files
hkallweitkuba-moo
authored andcommitted
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>
1 parent 4af2f60 commit a3d8520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/realtek/r8169_phy_config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ static void rtl8126a_hw_phy_config(struct rtl8169_private *tp,
11261126
rtl8168g_enable_gphy_10m(phydev);
11271127
rtl8125_legacy_force_mode(phydev);
11281128
rtl8168g_disable_aldps(phydev);
1129+
rtl8125_common_config_eee_phy(phydev);
11291130
}
11301131

11311132
void r8169_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev,

0 commit comments

Comments
 (0)