net: qrtr: Fix missing resume_tx notification
Race between qrtr_tx_resume() handling rx_resume and qrtr_tx_wait()
adding the waiter to waitqueue causes qmi client to miss the resume_tx.
Add waiter while sending confirm_rx to avoid the race condition.
Change-Id: I628a8460f1a2a0a671e1006177c36257286f8746
Signed-off-by:
Arun Kumar Neelakantam <aneela@codeaurora.org>
Loading
Please register or sign in to comment