From: Emil Tantilov Date: Wed, 19 Oct 2011 07:59:55 +0000 (+0000) Subject: ixgbe: fix disabling of Tx laser at probe X-Git-Tag: v3.2-rc1~68^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d3ce8fafb888702311fc8c5917faa4c25b8266;p=pandora-kernel.git ixgbe: fix disabling of Tx laser at probe register_netdev() calls ndo_set_features() which may result in HW reset which in turn will bring the laser back up. This patch moves ixgbe_laser_tx_disable() below register_netdev() in ixgbe_probe() to make sure laser is shut off on load. Signed-off-by: Emil Tantilov Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed