Commit ef4d5fc
r8169: improve runtime pm in rtl8169_check_link_status
This patch partially reverts commit e4fbce7 "r8169: Fix runtime
power management" from 2010. At that time the suspend delay was 100ms
and therefore suspending happened during initial aneg. Currently
suspend delay is 5s, so suspend starts after aneg and the issue
doesn't exist any longer. On my system aneg takes almost 3s, to be on
the safe side let's increase the suspend delay to 10s.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent b9aa1c7 commit ef4d5fc
1 file changed
+6
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1675 | 1675 | | |
1676 | 1676 | | |
1677 | 1677 | | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
1681 | 1681 | | |
1682 | 1682 | | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | | - | |
1686 | | - | |
| 1685 | + | |
1687 | 1686 | | |
1688 | 1687 | | |
1689 | 1688 | | |
1690 | 1689 | | |
1691 | 1690 | | |
1692 | 1691 | | |
1693 | | - | |
1694 | | - | |
| 1692 | + | |
1695 | 1693 | | |
1696 | 1694 | | |
1697 | 1695 | | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | 1696 | | |
1706 | 1697 | | |
1707 | 1698 | | |
| |||
7746 | 7737 | | |
7747 | 7738 | | |
7748 | 7739 | | |
7749 | | - | |
| 7740 | + | |
7750 | 7741 | | |
7751 | 7742 | | |
7752 | 7743 | | |
| |||
0 commit comments