소스 검색

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,
 			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)