diff options
author | Bing Zhao <bzhao@marvell.com> | 2012-09-11 01:30:48 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-11 19:31:57 (GMT) |
commit | fd4c45112800573f2c40a6372c419f6218885b58 (patch) | |
tree | ebec49b1dc3370622ce64d8abd89f2fe5327330d /drivers/net/wireless/mwifiex/fw.h | |
parent | cc0ba0d522c40545a4340e2168ba9967a7a25b22 (diff) | |
download | linux-fsl-qoriq-fd4c45112800573f2c40a6372c419f6218885b58.tar.xz |
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/net/wireless/mwifiex/fw.h')
-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 1a4a694..b8ce78e 100644 --- a/drivers/net/wireless/mwifiex/fw.h +++ b/drivers/net/wireless/mwifiex/fw.h @@ -310,7 +310,7 @@ enum ENH_PS_MODES { #define HostCmd_SCAN_RADIO_TYPE_A 1 #define HOST_SLEEP_CFG_CANCEL 0xffffffff -#define HOST_SLEEP_CFG_COND_DEF 0x0000000f +#define HOST_SLEEP_CFG_COND_DEF 0x00000000 #define HOST_SLEEP_CFG_GPIO_DEF 0xff #define HOST_SLEEP_CFG_GAP_DEF 0 |