]> git.hungrycats.org Git - linux/commit
libertas: more endianness breakage
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 10 Oct 2007 02:46:37 +0000 (22:46 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 Nov 2007 15:44:12 +0000 (08:44 -0700)
commit8c7537c719348c8bed52f08b2d6e9a8795165290
tree02f7063f200ca14d4720dcd4ec581cadc14eb935
parent4b8e10dc2e8ea71df455827f09a5d2b0a3d3dc6e
libertas: more endianness breakage

based on patch 8362cd413e8116306fafbaf414f0419db0595142 in mainline.

domain->header.len is le16 and has just been assigned
cpu_to_le16(arithmetical expression).  And all fields of adapter->logmsg
are __le32; not a single 16-bit among them...
That's incremental to the previous one

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/libertas/11d.c
drivers/net/wireless/libertas/wext.c