瀏覽代碼

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
Sravan Kumar Kairam 7 年之前
父節點
當前提交
576d68ae64
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      target_if/ipa/src/target_if_ipa.c

+ 2 - 1
target_if/ipa/src/target_if_ipa.c

@@ -40,7 +40,8 @@ static QDF_STATUS
 target_if_ipa_uc_offload_control_req(struct wlan_objmgr_psoc *psoc,
 target_if_ipa_uc_offload_control_req(struct wlan_objmgr_psoc *psoc,
 			struct ipa_uc_offload_control_params *req)
 			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)
 void target_if_ipa_register_tx_ops(ipa_uc_offload_control_req ipa_tx_op)