qcacld-3.0: Modify IPA UC offload control cmd
IPA module has been moved to CLD component under the converged driver model. Remove legacy WMA interface IPA command and use the new defined API. Change-Id: Icd9a207f43f8df4dc563d0078d402470683cfd7d CRs-Fixed: 2177925
This commit is contained in:

committed by
nshrivas

parent
4af61cf612
commit
a0600b8a87
@@ -40,7 +40,8 @@ static QDF_STATUS
|
||||
target_if_ipa_uc_offload_control_req(struct wlan_objmgr_psoc *psoc,
|
||||
struct ipa_uc_offload_control_params *req)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
return wmi_unified_ipa_offload_control_cmd(GET_WMI_HDL_FROM_PSOC(psoc),
|
||||
req);
|
||||
}
|
||||
|
||||
void target_if_ipa_register_tx_ops(ipa_uc_offload_control_req ipa_tx_op)
|
||||
|
Reference in New Issue
Block a user