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>
This commit is contained in:
David Woodhouse
2007-12-12 15:19:29 -05:00
committed by David S. Miller
parent a27b9f96f2
commit 6ce4fd2a3a
5 changed files with 38 additions and 0 deletions

View File

@@ -540,6 +540,13 @@ struct MrvlIEtype_keyParamSet {
u8 key[32];
};
struct cmd_ds_host_sleep {
struct cmd_header hdr;
__le32 criteria;
uint8_t gpio;
uint8_t gap;
} __attribute__ ((packed));
struct cmd_ds_802_11_key_material {
__le16 action;
struct MrvlIEtype_keyParamSet keyParamSet[2];