From: Alexander Duyck Date: Fri, 26 Aug 2011 07:46:03 +0000 (+0000) Subject: igb: leave staterr in place and instead us a helper function to check bits X-Git-Tag: v3.2-rc1~129^2~105^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ceb90fd4898853cdac43084f0c6ee7270cb15f3;p=pandora-kernel.git igb: leave staterr in place and instead us a helper function to check bits Instead of doing a byte swap on the staterr bits in the Rx descriptor we can save ourselves a bit of space and some CPU time by instead just testing for the various bits out of the Rx descriptor directly. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed