From: Peter P Waskiewicz Jr Date: Tue, 20 Jan 2009 00:55:03 +0000 (-0800) Subject: ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}() X-Git-Tag: v2.6.29-rc3~23^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da100bb47ef32cb43bb6a365f64183898f830b5;p=pandora-kernel.git ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}() netif_carrier_off() is sufficient to stop Tx into the driver. Stopping the Tx queues is redundant and unnecessary. By the same token, netif_carrier_on() will be sufficient to re-enable Tx, so waking the queues is unnecessary. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed