diff options
author | Mark Lord <mlord@pobox.com> | 2007-11-07 19:03:04 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-11-10 04:25:10 -0500 |
commit | b9d04e2401bf308df921d3bbbdacab40fadc27bb (patch) | |
tree | 5d6bec45735318227a28f8a949d6adaa2a2478d9 /drivers | |
parent | 66ec5d4fb1ce6f0bd9df4bc4b758f0916d9f37ab (diff) |
r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (partly)
Various symptoms depending on the .config options:
- the card stops working after some (short) time
- the card does not work at all
- the card disappears (nothing in lspci/dmesg)
A real power-off is needed to recover the card.
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 9dbab3f2e59f..a37cf82b9ea7 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
@@ -1328,6 +1328,7 @@ static void rtl_hw_phy_config(struct net_device *dev) | |||
1328 | break; | 1328 | break; |
1329 | case RTL_GIGA_MAC_VER_11: | 1329 | case RTL_GIGA_MAC_VER_11: |
1330 | case RTL_GIGA_MAC_VER_12: | 1330 | case RTL_GIGA_MAC_VER_12: |
1331 | break; | ||
1331 | case RTL_GIGA_MAC_VER_17: | 1332 | case RTL_GIGA_MAC_VER_17: |
1332 | rtl8168b_hw_phy_config(ioaddr); | 1333 | rtl8168b_hw_phy_config(ioaddr); |
1333 | break; | 1334 | break; |