qcacmn: Modify WMI cmd to point to IPA CLD component

IPA module has been moved to CLD component under the converged
driver model. Point the wmi API's and structures to the newly
defined files.

Change-Id: I96205f7cc18dbea1c05a5f6314490ea6b3dd75fd
CRs-Fixed: 2180176
This commit is contained in:
Sravan Kumar Kairam
2018-02-15 23:28:34 +05:30
committed by nshrivas
parent 8ec45bbd33
commit ea66b6843b
5 changed files with 18 additions and 17 deletions

View File

@@ -1753,6 +1753,7 @@ QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#ifdef IPA_OFFLOAD
/** wmi_unified_ipa_offload_control_cmd() - ipa offload control parameter
* @wmi_hdl: wmi handle
* @ipa_offload: ipa offload control parameter
@@ -1761,7 +1762,7 @@ QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
* error number otherwise
*/
QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
struct ipa_offload_control_params *ipa_offload)
struct ipa_uc_offload_control_params *ipa_offload)
{
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
@@ -1771,6 +1772,7 @@ QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#endif
/**
* wmi_unified_extscan_get_capabilities_cmd() - extscan get capabilities