commit | b665982409fd5e4d3f1b71591d2f6badf9d2ee99 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Jan 13 14:17:35 2008 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Jan 18 14:44:33 2008 -0500 |
tree | 00f16223e91563bd99cb4a42178f62e693aa2030 | |
parent | c15561f0e5615607e2b5524c4b3af64d20cd6e28 [diff] |
3c574, 3c515 bitfields abuse wn3_config is shared by these cards; the way we deal with it is both bad C (union abuse) and broken on big-endian. For 3c515 it's less serious (ISA cards are quite rare outside of little-endian boxen), but 3c574 is a pcmcia one and that'd better be endian-independent... Fix is the same in both cases. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>