commit | 62b1b3b3b6d3ef309b1024aea95265c01929933c | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Tue Jun 18 23:14:50 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 21 22:05:42 2019 -0400 |
tree | 5db41c7be5d6888479c5d853171951418c3e7e57 | |
parent | 4cfd218855923a07dc02a5bec3d3bb37a118ebc2 [diff] |
r8169: don't activate ASPM in chip if OS can't control ASPM Certain chip version / board combinations have massive problems if ASPM is active. If BIOS enables ASPM and doesn't let OS control it, then we may have a problem with the current code. Therefore check the return code of pci_disable_link_state() and don't enable ASPM in the network chip if OS can't control ASPM. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>