aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-12-11 15:23:59 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:06:46 -0500
commit301eacbf30e33f461701df91cb250d3fc24c5fe5 (patch)
tree287a89838a0e5a36f390fba615e60bdc75baa037 /drivers/net/wireless/libertas/hostcmd.h
parentad9d7a7f3cc73a6288920cc17c807f56bd8327fc (diff)
libertas: convert CMD_MESH_ACCESS to a direct command
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 e5e2106cd5ac..d9b151a28801 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -623,6 +623,8 @@ struct cmd_ds_fwt_access {
623} __attribute__ ((packed)); 623} __attribute__ ((packed));
624 624
625struct cmd_ds_mesh_access { 625struct cmd_ds_mesh_access {
626 struct cmd_header hdr;
627
626 __le16 action; 628 __le16 action;
627 __le32 data[32]; /* last position reserved */ 629 __le32 data[32]; /* last position reserved */
628} __attribute__ ((packed)); 630} __attribute__ ((packed));
@@ -687,7 +689,6 @@ struct cmd_ds_command {
687 struct cmd_tx_rate_query txrate; 689 struct cmd_tx_rate_query txrate;
688 struct cmd_ds_bt_access bt; 690 struct cmd_ds_bt_access bt;
689 struct cmd_ds_fwt_access fwt; 691 struct cmd_ds_fwt_access fwt;
690 struct cmd_ds_mesh_access mesh;
691 struct cmd_ds_get_tsf gettsf; 692 struct cmd_ds_get_tsf gettsf;
692 struct cmd_ds_802_11_subscribe_event subscribe_event; 693 struct cmd_ds_802_11_subscribe_event subscribe_event;
693 struct cmd_ds_802_11_beacon_control bcn_ctrl; 694 struct cmd_ds_802_11_beacon_control bcn_ctrl;