commit | f440a13e197e949867d8beda2123e6c16c40455a | [log] [tgz] |
---|---|---|
author | Naveen Rawat <naveenrawat@codeaurora.org> | Fri May 05 12:27:39 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Thu Jul 06 17:50:35 2017 -0700 |
tree | 64a76065f68f2b0a34b7d282a9f9699aa4d07075 | |
parent | 90051789ab3d31d45b7c7c544c6c3ce4211a2276 [diff] |
qcacld-3.0: Ensure SNR/RSSI fits int8 before passing to UMAC Firmware reports SNR and RSSI in int32 variable due to restriction of WMI, however host uses int8 for these. This is causing RSSI or SNR value to be altered when typecasted. Fix range change for SNR and RSSI at WMA and ensure it fits int8 before passing to UMAC. Change-Id: Idc3c4f48bb1212b5f10104843960d1a509403456 CRs-Fixed: 2042747