mwifiex: wake system up when receives a wake irq
authorJeffy Chen <jeffy.chen@rock-chips.com>
Fri, 24 Feb 2017 06:24:31 +0000 (14:24 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 20 Mar 2017 16:44:05 +0000 (18:44 +0200)
commitef7e0714742541dcce75b646b64f7a376b7d4368
tree671bc3d4eca25bcd773d930500337184aafb5d5e
parent5c5105666de5ac1eef6c3b0710b88d5536b7f6dd
mwifiex: wake system up when receives a wake irq

Currrently we are disabling this wake irq after receiving it. If this
happens before we finish suspend and the pm event check is disabled,
the system will continue suspending, and this irq would not work again.

We may need to abort system suspend to avoid that.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/main.c