Skip to content

Commit

Permalink
mwifiex: disable WOW by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bing Zhao authored and John W. Linville committed Sep 11, 2012
1 parent cc0ba0d commit fd4c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/mwifiex/fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd4c451

Please sign in to comment.