commit | 31c221c49f92d17632e0d662eb62a27e8b425805 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Nov 19 15:50:59 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 15:50:59 2008 -0800 |
tree | aa33c50007f415765655275b0be8c8ad751aff95 | |
parent | 9d6ada9f4141fb8ab3c5d7dffe382f6a68b8e961 [diff] |
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 <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>