]> git.karo-electronics.de Git - karo-tx-linux.git/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, 16 Nov 2007 17:25:34 +0000 (09:25 -0800)
commit7debca256a7f06b7b7dab6270a983a2316fbea7a
tree2b11be26f330c51b1c58030725fa26e20389c77b
parent080504003ae82a76cf3c9b4e7dc6cc5f25cbe95c
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