Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9bf1c371 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

soc: qcom: glink_ssr: Move queue_rx_intent after glink_tx



Rx intent is queued before glink_tx, which is wrong order.
If rx_inetnt is queued and glink_fails, then remote side can
use queued intent for future glink_ssr message. Which will cause
sequence mismatch issue.

Queue rx inetnt only after glink_tx is successful.

CRs-Fixed: 2163485
Change-Id: Ife8960027238c68d69e551744ed5a1c3fb55dbbf
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 436b6888
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment