Skip to content

Commit 6b1c5de

Browse files
committed
Revert "UBUNTU: SAUCE: r8169: disable ASPM L1.1"
This reverts commit 47a7e9f.
1 parent 1dd0040 commit 6b1c5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7092,7 +7092,8 @@ static int rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
70927092
/* Disable ASPM completely as that cause random device stop working
70937093
* problems as well as full system hangs for some PCIe devices users.
70947094
*/
7095-
rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L1_1);
7095+
rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S |
7096+
PCIE_LINK_STATE_L1);
70967097
tp->aspm_manageable = !rc;
70977098

70987099
/* enable device (incl. PCI PM wakeup and hotplug setup) */

0 commit comments

Comments
 (0)