Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=81f4e6c190a0fa016fd7eecaf76a5f95d121afc2
Commit:     81f4e6c190a0fa016fd7eecaf76a5f95d121afc2
Parent:     87046e5062c483820f20c1fa6ed0826bb38fd4f0
Author:     Francois Romieu <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 18 00:00:55 2006 +0100
Committer:  Francois Romieu <[EMAIL PROTECTED]>
CommitDate: Tue Dec 26 23:28:02 2006 +0100

    r8169: extraneous Cmd{Tx/Rx}Enb write
    
    Checked in Realtek's driver, this one has no business being there.
    The driver still works but there is a noticeable performance drop.
    
    Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
---
 drivers/net/r8169.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index 1489100..577babd 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -1882,7 +1882,6 @@ static void rtl8169_hw_start(struct net_device *dev)
            (tp->mac_version == RTL_GIGA_MAC_VER_02) ||
            (tp->mac_version == RTL_GIGA_MAC_VER_03) ||
            (tp->mac_version == RTL_GIGA_MAC_VER_04))
-               RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
                rtl8169_set_rx_tx_config_registers(tp);
 
        cmd = RTL_R16(CPlusCmd);
-
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