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: Siva Rebbagondla <siva.rebbagondla@redpinesignals.com> Signed-off-by: Sushant Kumar Mishra <sushant.mishra@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
54b5172087
commit
d76f8513fa
|
@ -73,6 +73,7 @@ int rsi_coex_recv_pkt(struct rsi_common *common, u8 *msg)
|
|||
switch (msg_type) {
|
||||
case COMMON_CARD_READY_IND:
|
||||
rsi_dbg(INFO_ZONE, "common card ready received\n");
|
||||
common->hibernate_resume = false;
|
||||
rsi_handle_card_ready(common, msg);
|
||||
break;
|
||||
case SLEEP_NOTIFY_IND:
|
||||
|
|
Loading…
Reference in New Issue