aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-12-12 15:19:29 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:07:01 -0500
commit6ce4fd2a3a84e64a27c42aaa7de6e0e85dee3573 (patch)
tree4f9f5037a03aee5382af8cafb7d09699a658abb6 /drivers/net/wireless/libertas/hostcmd.h
parenta27b9f96f21a2f15c423cca745f65de3db61e364 (diff)
libertas: add lbs_host_sleep_cfg() command function
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h
index aab5d64f32d8..aa4cea040143 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -540,6 +540,13 @@ struct MrvlIEtype_keyParamSet {
540 u8 key[32]; 540 u8 key[32];
541}; 541};
542 542
543struct cmd_ds_host_sleep {
544 struct cmd_header hdr;
545 __le32 criteria;
546 uint8_t gpio;
547 uint8_t gap;
548} __attribute__ ((packed));
549
543struct cmd_ds_802_11_key_material { 550struct cmd_ds_802_11_key_material {
544 __le16 action; 551 __le16 action;
545 struct MrvlIEtype_keyParamSet keyParamSet[2]; 552 struct MrvlIEtype_keyParamSet keyParamSet[2];