commit | 42f5dc2b5f632ce601d876fad18830de3ea38b89 | [log] [tgz] |
---|---|---|
author | Subhani Shaik <subhanis@codeaurora.org> | Thu Mar 24 19:52:11 2016 +0530 |
committer | mukesh agrawal <quiche@google.com> | Wed Apr 13 10:39:38 2016 -0700 |
tree | 7ccbdc64fa58567fe643f2e42daa08b66e5df2ab | |
parent | 68519e22a5d46fbd424347da20c9f95dd2f3925d [diff] |
WiFi-HAL: Protect packet fate stats resources with mutex Wifihal collects packet fate stats to a local buffer and the stats will be copied to the buffers provided by framework in get() APIs. Protect reads and writes to this buffer with a mutex to avoid read from get() while write is going on in the event context. BUG: 27799235