提交 d76f8513 编写于 作者: S Siva Rebbagondla 提交者: Kalle Valo

rsi: reset hibernate_resume flag to work hibernate resume in coex mode.

In coex mode, observed hibernate resume is not working properly, as the
hibernate_resume flag is not getting reset in rsi_coex_recv_pkt(),
when common card ready indication received from firmware. Hence resetting
hibernate_resume flag in this function.
Signed-off-by: NSiva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Signed-off-by: NSushant Kumar Mishra <sushant.mishra@redpinesignals.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 54b51720
...@@ -73,6 +73,7 @@ int rsi_coex_recv_pkt(struct rsi_common *common, u8 *msg) ...@@ -73,6 +73,7 @@ int rsi_coex_recv_pkt(struct rsi_common *common, u8 *msg)
switch (msg_type) { switch (msg_type) {
case COMMON_CARD_READY_IND: case COMMON_CARD_READY_IND:
rsi_dbg(INFO_ZONE, "common card ready received\n"); rsi_dbg(INFO_ZONE, "common card ready received\n");
common->hibernate_resume = false;
rsi_handle_card_ready(common, msg); rsi_handle_card_ready(common, msg);
break; break;
case SLEEP_NOTIFY_IND: case SLEEP_NOTIFY_IND:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册