Skip to content

Commit 72d2aef

Browse files
author
Izabela Bakollari
committed
r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support
Conflicts: Chip version 60 was not disabled in RHEL JIRA: https://issues.redhat.com/browse/RHEL-89041 JIRA: https://issues.redhat.com/browse/RHEL-84976 commit 3d9b8ac Author: ChunHao Lin <hau@realtek.com> Date: Tue Mar 18 16:37:20 2025 +0800 r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support This patch will enable RTL8168H/RTL8168EP/RTL8168FP ASPM support on the platforms that have tested with ASPM enabled. Signed-off-by: ChunHao Lin <hau@realtek.com> Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com> Link: https://patch.msgid.link/20250318083721.4127-2-hau@realtek.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Izabela Bakollari <ibakolla@redhat.com>
1 parent c7cb21c commit 72d2aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5465,7 +5465,7 @@ static void rtl_init_mac_address(struct rtl8169_private *tp)
54655465
/* register is set if system vendor successfully tested ASPM 1.2 */
54665466
static bool rtl_aspm_is_safe(struct rtl8169_private *tp)
54675467
{
5468-
if (tp->mac_version >= RTL_GIGA_MAC_VER_60 &&
5468+
if (tp->mac_version >= RTL_GIGA_MAC_VER_46 &&
54695469
r8168_mac_ocp_read(tp, 0xc0b2) & 0xf)
54705470
return true;
54715471

0 commit comments

Comments
 (0)