commit | b4c6a427127107ca980d62f9ffc672d41422d120 | [log] [tgz] |
---|---|---|
author | Vinay Krishna Eranna <c_veran@qti.qualcomm.com> | Fri Mar 20 18:33:47 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Tue Mar 24 10:10:25 2015 +0530 |
tree | a0738bc46c09e0ac90692be31109e1a4c5cfc812 | |
parent | 603fd1bbba59e1119fa6b7486a16f9e261bcae3c [diff] |
wlan: Correct interpretation of length in logging SVC The length parameter was being interpreted to be in the big endian format, this is wrong since all the data exchanged between app space and the driver will be host endian format. Resolved issue by interpreting the length in the host format. Change-Id: Ibf63d319ce9ba7cef059e7e17a61aa7d2e80b52d CRs-Fixed: 810525