summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/fw.h
diff options
context:
space:
mode:
authorBing Zhao <bzhao@marvell.com>2012-09-10 18:30:48 -0700
committerJohn W. Linville <linville@tuxdriver.com>2012-09-11 15:31:57 -0400
commitfd4c45112800573f2c40a6372c419f6218885b58 (patch)
treeebec49b1dc3370622ce64d8abd89f2fe5327330d /drivers/net/wireless/mwifiex/fw.h
parentcc0ba0d522c40545a4340e2168ba9967a7a25b22 (diff)
downloadtalos-op-linux-fd4c45112800573f2c40a6372c419f6218885b58.tar.gz
talos-op-linux-fd4c45112800573f2c40a6372c419f6218885b58.zip
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.h2
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 {
#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
OpenPOWER on IntegriCloud