qcacmn: Remove redundant data structure for wmi response extraction

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

Change-Id: Ie0d3e6fa0acb1fea8bc0f50095491dbe803f6810
CRs-Fixed: 2641085
This commit is contained in:
Naga
2020-03-13 14:45:04 +05:30
committed by nshrivas
parent b3e587db52
commit c0cb57c6fc
6 changed files with 6 additions and 42 deletions

View File

@@ -167,7 +167,7 @@ send_vdev_set_neighbour_rx_cmd_tlv(struct wmi_unified *wmi_handle,
static QDF_STATUS
extract_vdev_start_resp_tlv(struct wmi_unified *wmi_handle, void *evt_buf,
wmi_host_vdev_start_resp *vdev_rsp)
struct vdev_start_response *vdev_rsp)
{
WMI_VDEV_START_RESP_EVENTID_param_tlvs *param_buf;
wmi_vdev_start_response_event_fixed_param *ev;