Jelajahi Sumber

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 tahun lalu
induk
melakukan
576d68ae64
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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,
 			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)