qcacmn: Add wmi support for 4-wire coex configuration
This patch adds support of new WMI command WMI_COEX_VERSION_CFG_CMID for 4-wire coex configuration in non_tlv_ops. Change-Id: I63da2c7ae99c38d297f7f13a8086611263f7fc5b Acked-by: Daniel Kim <kimdan@codeaurora.org> CRs-Fixed: 1081065
这个提交包含在:
@@ -6555,6 +6555,27 @@ QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_send_coex_ver_cfg_cmd() - send coex ver cfg command
|
||||
* @wmi_handle: wmi handle
|
||||
* @param: wmi coex ver cfg params
|
||||
*
|
||||
* Send WMI_COEX_VERSION_CFG_CMID parameters to fw.
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
|
||||
*/
|
||||
QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
|
||||
coex_ver_cfg_t *param)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_coex_ver_cfg_cmd)
|
||||
return wmi_handle->ops->send_coex_ver_cfg_cmd(wmi_handle,
|
||||
param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_extract_peer_delete_response_event() -
|
||||
* extract vdev id and peer mac addresse from peer delete response event
|
||||
|
在新工单中引用
屏蔽一个用户