r8169:prevent enable hardware tx/rx too early
authorChun-Hao Lin <hau@realtek.com>
Tue, 2 Dec 2014 08:48:30 +0000 (16:48 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 01:43:25 +0000 (20:43 -0500)
For RTL8168G/GU/H/EP and RTL8411B remove enable tx/rx from its own hw_start
function. This will prevent enable tx/rx before complete hardware tx/rx
setting.

Tx/Rx will be enabled in the end of function rtl_hw_start_8168.

Signed-off-by: Chunhao Lin <hau@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c

Simple merge