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/defs.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/defs.h')
-rw-r--r-- | drivers/net/wireless/libertas/defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/defs.h b/drivers/net/wireless/libertas/defs.h index 9b98ae720bc0..3053cc2160bc 100644 --- a/drivers/net/wireless/libertas/defs.h +++ b/drivers/net/wireless/libertas/defs.h | |||
@@ -141,6 +141,13 @@ static inline void lbs_deb_hex(unsigned int grp, const char *prompt, u8 *buf, in | |||
141 | #define LBS_UPLD_SIZE 2312 | 141 | #define LBS_UPLD_SIZE 2312 |
142 | #define DEV_NAME_LEN 32 | 142 | #define DEV_NAME_LEN 32 |
143 | 143 | ||
144 | /* Wake criteria for HOST_SLEEP_CFG command */ | ||
145 | #define EHS_WAKE_ON_BROADCAST_DATA 0x0001 | ||
146 | #define EHS_WAKE_ON_UNICAST_DATA 0x0002 | ||
147 | #define EHS_WAKE_ON_MAC_EVENT 0x0004 | ||
148 | #define EHS_WAKE_ON_MULTICAST_DATA 0x0008 | ||
149 | #define EHS_REMOVE_WAKEUP 0xFFFFFFFF | ||
150 | |||
144 | /** Misc constants */ | 151 | /** Misc constants */ |
145 | /* This section defines 802.11 specific contants */ | 152 | /* This section defines 802.11 specific contants */ |
146 | 153 | ||