mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
cc0ba0d522
commit
fd4c451128
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue