diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-16 21:43:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:07:39 -0800 |
commit | c6ad3738c689c2e64af2b74c1f407c9323ba40dd (patch) | |
tree | 6705fe8150e593392d166d0ba57d49fc3920ae36 /drivers/net/wireless/libertas/hostcmd.h | |
parent | d1a469fd1b7335572a3803b6ba4ce3783a74532b (diff) | |
download | blackbird-obmc-linux-c6ad3738c689c2e64af2b74c1f407c9323ba40dd.tar.gz blackbird-obmc-linux-c6ad3738c689c2e64af2b74c1f407c9323ba40dd.zip |
libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions
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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index ea4d484b2ba1..b38502f8ddd9 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h @@ -439,6 +439,20 @@ struct cmd_ds_set_boot2_ver { __le16 version; }; +struct cmd_ds_802_11_fw_wake_method { + struct cmd_header hdr; + + __le16 action; + __le16 method; +}; + +struct cmd_ds_802_11_sleep_period { + struct cmd_header hdr; + + __le16 action; + __le16 period; +}; + struct cmd_ds_802_11_ps_mode { __le16 action; __le16 nullpktinterval; |