summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAbhinav Kumar <abhikuma@codeaurora.org>2018-07-13 17:59:08 +0530
committernshrivas <nshrivas@codeaurora.org>2018-07-19 12:01:56 -0700
commita60095683d652ac5d0a873ca59cb3916f23eaf15 (patch)
treeeecaed3dc47f56c7e3be6d4026d95982c42ce6de /tools/perf/scripts/python
parent10a8e641bec577f64d2418108aa58fc7cf4dd829 (diff)
qcacld-3.0: Host sends VDEV_DELETE cmd to fw before stop_bss
When stop_ap command comes from userspace, __wlan_hdd_cfg80211_stop_ap calls sap_fsm to change the states of SAP from started to disconnect. In order to change SAP states, __wlan_hdd_cfg80211_stop_ap sends WMI_VDEV_STOP_CMDID followed by WMI_VDEV_DOWN_CMDID and WMI_VDEV_DELETE_CMDID to fw. After the successful change in state of SAP machine, driver invokes an HDD callback, hdd_hostapd_sap_event_cb for cleanup and subsequently invokes hdd_softap_stop_bss to reclaim all resources. This API sends IPA_OFFLOAD_ENABLE_DISABLE cmd to fw for the VDEV on which SAP started. Which results assert in firmware as host sends HDD IPA event for the VDEV which is already deleted while changing the state of SAP. Fix is to send HDD_IPA_AP_DISCONNECT IPA events before stop BSS. Change-Id: Ief9318bb476b480fd52f4155a0788a34c1e2ed53 CRs-Fixed: 2276125
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions