From: Andy Fleming Date: Thu, 5 Feb 2009 00:37:40 +0000 (-0800) Subject: gianfar: Fix BD_LENGTH_MASK definition X-Git-Tag: v2.6.29-rc4~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbe49328f7442090439addddf441fb5b3186e71;p=pandora-kernel.git gianfar: Fix BD_LENGTH_MASK definition BD_LENGTH_MASK is supposed to catch the low 16-bits of the status field, not the low byte. The old way, we would never be able to clean up tx packets with sizes divisible by 256. Signed-off-by: Andy Fleming Signed-off-by: David S. Miller --- Reading git-diff-tree failed