mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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 <romieu@fr.zoreil.com>
This commit is contained in:
parent
87046e5062
commit
81f4e6c190
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user