summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWill Huang <wilhuang@codeaurora.org>2018-09-06 20:36:31 +0800
committernshrivas <nshrivas@codeaurora.org>2018-11-28 03:24:33 -0800
commitb083011df90f92f33d43e58692df3daf4cb8e422 (patch)
tree6810882f4abb782e7ad59c53a797aa16dfc916b4 /tools/perf/scripts/python
parent4a5a5c7ce3ba24f37718d41c76f6e8ebefc93844 (diff)
qcacld-3.0: Remove cds_is_target_ready() to prevent race condition
Currently if target is not ready, vdev stop req use check cds_is_target_ready() in wma_fill_vdev_req(), while peer related API uses wmi_handle->wmi_stopinprogress. As wmi_handle->wmi_stopinprogress is set after target ready flag, the vdev stop req is dropped while peer delete is sent to firmware. This leads to bss peer delete sent without vdev stop. Remove cds_is_target_ready() in wma_fill_hold_req() and wma_fill_vdev_req() so that only wmi_handle->wmi_stopinprogress is used to detect firmware down. Change-Id: I5a7fb886f8bbf9a10d25c6991a291bc4bd2bef48 CRs-Fixed: 2309680
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions