From: Jay Cliburn Date: Wed, 28 Mar 2007 00:43:49 +0000 (-0500) Subject: atl1: remove unnecessary crc inversion X-Git-Tag: v2.6.21-rc6~80^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de815a14e9d03df0560e6ef689d1da32553878b7;p=pandora-kernel.git atl1: remove unnecessary crc inversion The original vendor driver contained a private ether_crc_le() function that produced an inverted crc. When we changed to the kernel version of ether_crc_le(), we neglected to undo the inversion. Let's do it now. Discovered by and patch proffered by Jose Alberto Reguero. Signed-off-by: Jose Alberto Reguero Signed-off-by: Jay Cliburn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed