qcacmn: Remove redundant data structure for wmi response extraction

Remove redundant data structure at wmi for vdev delete all peer
response extraction, instead use mlme host data structure.

Change-Id: Ice91f55e0bf8a23ea1a639a74f6a8ac3b2779a7b
CRs-Fixed: 2641261
This commit is contained in:
Naga
2020-03-13 17:31:54 +05:30
committed by nshrivas
parent 06869dc028
commit c6e9bd033c
6 changed files with 10 additions and 27 deletions

View File

@@ -1841,13 +1841,12 @@ QDF_STATUS (*extract_peer_delete_response_event)(
QDF_STATUS (*extract_vdev_peer_delete_all_resp)(
wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_host_vdev_peer_delete_all_response_event
*peer_delete_all_rsp);
struct peer_delete_all_response *peer_delete_all_rsp);
QDF_STATUS (*extract_vdev_peer_delete_all_response_event)(
wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_host_vdev_peer_delete_all_response_event *param);
struct peer_delete_all_response *param);
bool (*is_management_record)(uint32_t cmd_id);
bool (*is_diag_event)(uint32_t event_id);