From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:58 +0000 (-0800) Subject: ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm X-Git-Tag: v2.6.38-rc1~476^2~547^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b953799ee29075afd30afe4c0fb65f278b088f69;p=pandora-kernel.git ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm The code as it existed could re-arm the queues when it was requesting a HW reset due to a TX hang. Instead of doing that this change makes it so that we will just exit if the hardware is believed to be hung. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed