From: Mark Einon Date: Thu, 20 Oct 2011 00:18:46 +0000 (+0100) Subject: staging: et131x: on transmit, stop the queue if the next packet will fail X-Git-Tag: v3.2-rc1~169^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06709e962322eb565f1e5ce591df7efb3db07c1f;p=pandora-kernel.git staging: et131x: on transmit, stop the queue if the next packet will fail * Currently the tx queue is only stopped when the current packet fails. Check if the next packet will fail, and stop the queue if so. * Removed associated item from TODO list in the README. * Also minor fixup as adapter was being declared as null and immediately set to a value. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed