commit | e517b9febddde6488b2c66b9745a0fa811a00e4e | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Thu Mar 24 19:52:11 2016 +0530 |
committer | Srinivas Dasari <dasaris@codeaurora.org> | Tue Apr 12 23:48:31 2016 +0530 |
tree | 6408924133c801fe0f5db190e1600770a4615726 | |
parent | c49f7e0e8d97aa67a3a3d545d3e86dfbc742c63c [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 Change-Id: I719344c7240fd8abcbc0a399af25df37837049fd CRs-Fixed: 994508