+19
−20
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
Dhoat Harpal <hdhoat@codeaurora.org>