Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b9d04e2401bf308df921d3bbbdacab40fadc27bb
Commit:     b9d04e2401bf308df921d3bbbdacab40fadc27bb
Parent:     66ec5d4fb1ce6f0bd9df4bc4b758f0916d9f37ab
Author:     Mark Lord <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 8 01:03:04 2007 +0100
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Nov 10 04:25:10 2007 -0500

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
---
 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 9dbab3f..a37cf82 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)
                break;
        case RTL_GIGA_MAC_VER_11:
        case RTL_GIGA_MAC_VER_12:
+               break;
        case RTL_GIGA_MAC_VER_17:
                rtl8168b_hw_phy_config(ioaddr);
                break;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to