From: Harvey Harrison Date: Wed, 19 Nov 2008 23:50:59 +0000 (-0800) Subject: net: jme.c rxdesc.flags is __le16, other missing endian swaps X-Git-Tag: v2.6.28-rc6~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c221c49f92d17632e0d662eb62a27e8b425805;p=pandora-kernel.git net: jme.c rxdesc.flags is __le16, other missing endian swaps This is the minimal patch to fix endian mismatches. These are probably bugs on big-endian arches, noops on little endian. jme_rxsum_ok could be improved to directly take a __le16 and change all of the masks/sets to be in little-endian, but has not been done here to keep the patch small. Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed