From: PJ Waskiewicz Date: Fri, 7 Nov 2008 12:16:08 +0000 (+0000) Subject: ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}() X-Git-Tag: v2.6.29-rc1~581^2~712 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ad0a5421edc6ef13a4059c6076cd7a4f3a1fd5;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