[PATCH] libertas: don't byte-swap firmware version number. It's a byte array.
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
86760088a7
commit
e5b3d472ad
@@ -205,7 +205,7 @@ struct assoc_request {
|
||||
/** Wlan adapter data structure*/
|
||||
struct _wlan_adapter {
|
||||
/** STATUS variables */
|
||||
u32 fwreleasenumber;
|
||||
u8 fwreleasenumber[4];
|
||||
u32 fwcapinfo;
|
||||
/* protected with big lock */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user