View | Details | Raw Unified | Return to bug 6807
Collapse All | Expand All

(-)a/drivers/net/r8169.c (-2 lines)
Lines 1882-1888 static void rtl8169_hw_start(struct net_ Link Here
1882
	    (tp->mac_version == RTL_GIGA_MAC_VER_02) ||
1882
	    (tp->mac_version == RTL_GIGA_MAC_VER_02) ||
1883
	    (tp->mac_version == RTL_GIGA_MAC_VER_03) ||
1883
	    (tp->mac_version == RTL_GIGA_MAC_VER_03) ||
1884
	    (tp->mac_version == RTL_GIGA_MAC_VER_04))
1884
	    (tp->mac_version == RTL_GIGA_MAC_VER_04))
1885
		RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
1886
		rtl8169_set_rx_tx_config_registers(tp);
1885
		rtl8169_set_rx_tx_config_registers(tp);
1887
1886
1888
	cmd = RTL_R16(CPlusCmd);
1887
	cmd = RTL_R16(CPlusCmd);
1889
- 

Return to bug 6807