qca-wifi: Move to wmi_unified_vdev_tlv cmn

TLV and non-TLV definitions of vdev mgr ops are in component_dev,
they are carved out to a separate file in cmn_dev/wmi for adapting
target_if/vdev mgr component, they are made part of same file
which conflicts tlv design. This change moves redundant definitions
from component_dev to cmn_dev.

Change-Id: Ia47268b4479dba33dc2eceabeadf16224154a6f7
CRs-Fixed: 2517019
This commit is contained in:
Naga
2019-09-12 19:16:19 +05:30
committed by Gerrit - the friendly Code Review server
parent 0626e1b327
commit ad46324aef
4 changed files with 2 additions and 539 deletions

View File

@@ -506,20 +506,6 @@ QDF_STATUS wmi_extract_peer_delete_response_event(
uint8_t *evt_buf,
struct wmi_host_peer_delete_response_event *param);
/**
* wmi_extract_vdev_peer_delete_all_response_event() -
* extract vdev id from peer delete all response event
* @wmi_handle: wmi handle
* @evt_buf: pointer to event buffer
* @param: Pointer to hold evt buf
*
* Return: QDF_STATUS_SUCCESS for success or error code
*/
QDF_STATUS wmi_extract_vdev_peer_delete_all_response_event(
wmi_unified_t wmi_handle,
uint8_t *evt_buf,
struct wmi_host_vdev_peer_delete_all_response_event *param);
/**
* wmi_send_bcn_offload_control_cmd - send beacon ofload control cmd to fw
* @wmi_hdl: wmi handle