aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r--drivers/net/wireless/libertas/hostcmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h
index 8cc4d778e46a..2ad32bc2cf24 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -378,6 +378,8 @@ struct cmd_ds_802_11_sleep_params {
378}; 378};
379 379
380struct cmd_ds_802_11_inactivity_timeout { 380struct cmd_ds_802_11_inactivity_timeout {
381 struct cmd_header hdr;
382
381 /* ACT_GET/ACT_SET */ 383 /* ACT_GET/ACT_SET */
382 __le16 action; 384 __le16 action;
383 385
@@ -714,7 +716,6 @@ struct cmd_ds_command {
714 struct cmd_ds_802_11d_domain_info domaininforesp; 716 struct cmd_ds_802_11d_domain_info domaininforesp;
715 717
716 struct cmd_ds_802_11_sleep_params sleep_params; 718 struct cmd_ds_802_11_sleep_params sleep_params;
717 struct cmd_ds_802_11_inactivity_timeout inactivity_timeout;
718 struct cmd_ds_802_11_tpc_cfg tpccfg; 719 struct cmd_ds_802_11_tpc_cfg tpccfg;
719 struct cmd_ds_802_11_pwr_cfg pwrcfg; 720 struct cmd_ds_802_11_pwr_cfg pwrcfg;
720 struct cmd_ds_802_11_afc afc; 721 struct cmd_ds_802_11_afc afc;