libertas: convert CMD_FWT_ACCESS to a direct command
Slightly different approach here since there are so many arguments to the firmware command. Just let the caller fill them in before pushing the command to the firmware. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
5214865560
commit
a6bb1bcebc
@@ -912,6 +912,8 @@ struct cmd_ds_bt_access {
|
||||
} __packed;
|
||||
|
||||
struct cmd_ds_fwt_access {
|
||||
struct cmd_header hdr;
|
||||
|
||||
__le16 action;
|
||||
__le32 id;
|
||||
u8 valid;
|
||||
@@ -961,7 +963,6 @@ struct cmd_ds_command {
|
||||
/* command Body */
|
||||
union {
|
||||
struct cmd_ds_802_11_ps_mode psmode;
|
||||
struct cmd_ds_fwt_access fwt;
|
||||
} params;
|
||||
} __packed;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user