diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-12 15:19:29 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:01 -0500 |
commit | 6ce4fd2a3a84e64a27c42aaa7de6e0e85dee3573 (patch) | |
tree | 4f9f5037a03aee5382af8cafb7d09699a658abb6 /drivers/net/wireless/libertas/hostcmd.h | |
parent | a27b9f96f21a2f15c423cca745f65de3db61e364 (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.h | 7 |
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 | ||
543 | struct cmd_ds_host_sleep { | ||
544 | struct cmd_header hdr; | ||
545 | __le32 criteria; | ||
546 | uint8_t gpio; | ||
547 | uint8_t gap; | ||
548 | } __attribute__ ((packed)); | ||
549 | |||
543 | struct cmd_ds_802_11_key_material { | 550 | struct cmd_ds_802_11_key_material { |
544 | __le16 action; | 551 | __le16 action; |
545 | struct MrvlIEtype_keyParamSet keyParamSet[2]; | 552 | struct MrvlIEtype_keyParamSet keyParamSet[2]; |