diff options
author | Bing Zhao <bzhao@marvell.com> | 2012-09-10 21:30:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-11 15:31:57 -0400 |
commit | fd4c45112800573f2c40a6372c419f6218885b58 (patch) | |
tree | ebec49b1dc3370622ce64d8abd89f2fe5327330d /drivers | |
parent | cc0ba0d522c40545a4340e2168ba9967a7a25b22 (diff) |
mwifiex: disable WOW by default
Some platforms do not support WOW. Let's change the default wakeup
criteria to 0.
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/mwifiex/fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/fw.h b/drivers/net/wireless/mwifiex/fw.h index 1a4a694f9119..b8ce78e2ba47 100644 --- a/drivers/net/wireless/mwifiex/fw.h +++ b/drivers/net/wireless/mwifiex/fw.h | |||
@@ -310,7 +310,7 @@ enum ENH_PS_MODES { | |||
310 | #define HostCmd_SCAN_RADIO_TYPE_A 1 | 310 | #define HostCmd_SCAN_RADIO_TYPE_A 1 |
311 | 311 | ||
312 | #define HOST_SLEEP_CFG_CANCEL 0xffffffff | 312 | #define HOST_SLEEP_CFG_CANCEL 0xffffffff |
313 | #define HOST_SLEEP_CFG_COND_DEF 0x0000000f | 313 | #define HOST_SLEEP_CFG_COND_DEF 0x00000000 |
314 | #define HOST_SLEEP_CFG_GPIO_DEF 0xff | 314 | #define HOST_SLEEP_CFG_GPIO_DEF 0xff |
315 | #define HOST_SLEEP_CFG_GAP_DEF 0 | 315 | #define HOST_SLEEP_CFG_GAP_DEF 0 |
316 | 316 | ||