[PATCH] libertas: pass boot2 version to firmware
Boot2 version used to be hardcoded in the uploaded firmware, this patch preserves the boot2 version before uploading firmware and sends it to the firmware again on resume. Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
David S. Miller
parent
2afc0c5d71
commit
63f0023bc3
@@ -104,6 +104,7 @@ struct _wlan_private {
|
||||
int mesh_open;
|
||||
int infra_open;
|
||||
int mesh_autostart_enabled;
|
||||
__le16 boot2_version;
|
||||
|
||||
char name[DEV_NAME_LEN];
|
||||
|
||||
|
Reference in New Issue
Block a user