commit | dd9f704fa6e07ebeb2efee6272f56e07ede67702 | [log] [tgz] |
---|---|---|
author | Aditya Kodukula <[email protected]> | Thu Dec 05 18:54:13 2019 +0800 |
committer | Paul Chen <[email protected]> | Thu Sep 22 09:58:20 2022 +0000 |
tree | 7d87dddd8109281051a182cf896e83d4e61e09e2 | |
parent | 135cf26db22bca332d101c2b732715b221325ea3 [diff] |
qcacld-3.0: Lock all the entry of ch power info If the entry of ch power info is not locked, free after use may be happened. For example, csr_save_to_channel_power2_g_5_g does csr_purge_channel_power, while csr_save_tx_power_to_cfg is called in another thread and it calls csr_ll_peek_head then does some operation on the entry. Change-Id: If6cc4d8e0072e97288b60d3c72499b79c0a2bf67 CRs-Fixed: 2580147 Bug: 245611633 Signed-off-by: Aditya Kodukula <[email protected]>