qcacmn: Synchronize VDEV_DELETE and VDEV_DOWN with peer delete response
Hold additional reference to BSS node during node allocation, and free it in delete response. This ensures BSS Node Freed event is sent to MLME only after receving peer delete response for BSS node. Change-Id: I384eac54f437000a1c09eb53751ad8b8e26617ad CRs-Fixed: 1112381
This commit is contained in:

committed by
qcabuildsw

parent
c5a97bae86
commit
add0ba7846
@@ -1375,7 +1375,12 @@ QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
|
||||
void *wmi_hdl,
|
||||
uint8_t *evt_buf, uint8_t phy_idx,
|
||||
struct WMI_HOST_HAL_REG_CAPABILITIES_EXT *param);
|
||||
|
||||
QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_host_pdev_utf_event *param);
|
||||
|
||||
QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_host_peer_delete_response_event *param);
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user