qcacmn: Add support for WMI_COEX_CONFIG command

Add support in WMI layer to configure coex config command for
lithium based chipsets

CRs-Fixed: 2037499
Change-Id: Ib83407524bd3b5cdad28f73a6ccc36d4a0271779
This commit is contained in:
Sathish Kumar
2017-04-24 11:36:00 +05:30
committed by snandini
parent d32619038f
commit 125754ed8d
3 changed files with 29 additions and 0 deletions

View File

@@ -1030,6 +1030,10 @@ QDF_STATUS
QDF_STATUS
(*send_coex_ver_cfg_cmd)(wmi_unified_t wmi_handle, coex_ver_cfg_t *param);
QDF_STATUS
(*send_coex_config_cmd)(wmi_unified_t wmi_handle,
struct coex_config_params *param);
QDF_STATUS (*extract_wds_addr_event)(wmi_unified_t wmi_handle,
void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);