aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/host.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-27 13:01:47 -0700
committerJohn W. Linville <linville@tuxdriver.com>2010-07-27 15:11:20 -0400
commit52148655608b31b7e18325ae7711de3a86466136 (patch)
tree687f215d2cf0aa9de97fe410bb64791441f23519 /drivers/net/wireless/libertas/host.h
parentlibertas: convert register access to direct commands (diff)
downloadlinux-dev-52148655608b31b7e18325ae7711de3a86466136.tar.xz
linux-dev-52148655608b31b7e18325ae7711de3a86466136.zip
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 {
} __packed;
struct cmd_ds_bt_access {
+ struct cmd_header hdr;
+
__le16 action;
__le32 id;
u8 addr1[ETH_ALEN];
@@ -959,7 +961,6 @@ struct cmd_ds_command {
/* command Body */
union {
struct cmd_ds_802_11_ps_mode psmode;
- struct cmd_ds_bt_access bt;
struct cmd_ds_fwt_access fwt;
} params;
} __packed;