qcacld-3.0: Move IPA WLAN event handler to IPA component

IPA module has been moved to CLD component under the converged
driver model. Move the legacy HDD IPA WLAN event handler to
the IPA component.

Change-Id: Ia53adce7ef29eea747f288fa074f96a84e47925d
CRs-Fixed: 2177925
This commit is contained in:
Sravan Kumar Kairam
2018-03-13 09:52:31 +05:30
committed by nshrivas
父節點 7d931ff37d
當前提交 5214f65bf9
共有 14 個文件被更改,包括 1086 次插入38 次删除

查看文件

@@ -34,7 +34,7 @@
*
* Return: None
*/
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);
#endif /* IPA_OFFLOAD */
#endif /* _TARGET_IF_IPA_H_ */