From: Al Viro Date: Sun, 13 Jan 2008 14:17:35 +0000 (+0000) Subject: 3c574, 3c515 bitfields abuse X-Git-Tag: v2.6.24~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b665982409fd5e4d3f1b71591d2f6badf9d2ee99;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed