aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/host.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-27 16:01:47 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-27 15:11:20 -0400
commit52148655608b31b7e18325ae7711de3a86466136 (patch)
tree687f215d2cf0aa9de97fe410bb64791441f23519 /drivers/net/wireless/libertas/host.h
parent4c7c6e00f17365633638848197c44552dd353d49 (diff)
libertas: convert Mesh Blinding Table access to a direct command
Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r--drivers/net/wireless/libertas/host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h
index 0a4ddc1cdd6c..e8171777846a 100644
--- a/drivers/net/wireless/libertas/host.h
+++ b/drivers/net/wireless/libertas/host.h
@@ -903,6 +903,8 @@ struct cmd_ds_get_tsf {
903} __packed; 903} __packed;
904 904
905struct cmd_ds_bt_access { 905struct cmd_ds_bt_access {
906 struct cmd_header hdr;
907
906 __le16 action; 908 __le16 action;
907 __le32 id; 909 __le32 id;
908 u8 addr1[ETH_ALEN]; 910 u8 addr1[ETH_ALEN];
@@ -959,7 +961,6 @@ struct cmd_ds_command {
959 /* command Body */ 961 /* command Body */
960 union { 962 union {
961 struct cmd_ds_802_11_ps_mode psmode; 963 struct cmd_ds_802_11_ps_mode psmode;
962 struct cmd_ds_bt_access bt;
963 struct cmd_ds_fwt_access fwt; 964 struct cmd_ds_fwt_access fwt;
964 } params; 965 } params;
965} __packed; 966} __packed;