msm: Fix for APR session based callbacks
APR tries to find the session specific callback
function based on the src port, but when APR receives
the message, the src and dest port will be reversed
by the send. Fix by changing the lookup of session
specific callback function based on dest port.
Change-Id: Iaf09d9aad7855e4bc306b9ec844eee8269dad633
Signed-off-by:
Vicky Sehrawat <vickys@codeaurora.org>
Loading
Please register or sign in to comment