[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:
parent
86760088a7
commit
e5b3d472ad
4 changed files with 17 additions and 15 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue