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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user