From: Lennert Buytenhek Date: Tue, 24 Feb 2009 15:41:47 +0000 (+0000) Subject: mv643xx_eth: move a couple of init actions from ->open() to port probe X-Git-Tag: v2.6.30-rc1~662^2~574 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5fe36165339c57b341250e8252d833e91317c70;p=pandora-kernel.git mv643xx_eth: move a couple of init actions from ->open() to port probe Move the netif_carrier_off() call in ->open() to port probe, so that ethtool doesn't report the link as being up before we have up'd the interface. Move initialisation of the rx/tx coalescing timers from ->open() to port probe, so that we don't reset the coalescing timers every time the interface is up'd. Signed-off-by: Lennert Buytenhek Signed-off-by: David S. Miller --- Reading git-diff-tree failed