Skip to content

Commit 1ee8856

Browse files
hkallweitdavem330
authored andcommitted
r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM
It has been reported that on RTL8106e the link-up interrupt may be significantly delayed if the user enables ASPM L1. Per default ASPM is disabled. The change leaves L1 enabled on the PCIe link (thus still allowing to reach higher package power saving states), but the NIC won't actively trigger it. Reported-by: Koba Ko <[email protected]> Tested-by: Koba Ko <[email protected]> Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 43fa32d commit 1ee8856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,6 @@ static void rtl_hw_start_8106(struct rtl8169_private *tp)
35083508
rtl_eri_write(tp, 0x1b0, ERIAR_MASK_0011, 0x0000);
35093509

35103510
rtl_pcie_state_l2l3_disable(tp);
3511-
rtl_hw_aspm_clkreq_enable(tp, true);
35123511
}
35133512

35143513
DECLARE_RTL_COND(rtl_mac_ocp_e00e_cond)

0 commit comments

Comments
 (0)