Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 892976d3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: net: ecm: cleanup for HW headers"

parents 30063429 c72134f4
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -656,6 +656,7 @@ void ecm_ipa_cleanup(void *priv)
	ecm_ipa_ctx->state = next_state;
	ecm_ipa_ctx->state = next_state;
	ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
	ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);


	ecm_ipa_rules_destroy(ecm_ipa_ctx);
	ecm_ipa_destory_rm_resource(ecm_ipa_ctx);
	ecm_ipa_destory_rm_resource(ecm_ipa_ctx);
	ecm_ipa_debugfs_destroy(ecm_ipa_ctx);
	ecm_ipa_debugfs_destroy(ecm_ipa_ctx);


@@ -1228,7 +1229,8 @@ static int ecm_ipa_ep_registers_dma_cfg(u32 usb_to_ipa_hdl)
	u32 apps_to_ipa_hdl = 2;
	u32 apps_to_ipa_hdl = 2;
	ECM_IPA_LOG_ENTRY();
	ECM_IPA_LOG_ENTRY();
	/* Apps to IPA - override the configuration made by IPA driver
	/* Apps to IPA - override the configuration made by IPA driver
	 * in order to allow data path on older platforms*/
	 * in order to allow data path on older platforms
	 */
	memset(&cfg_mode, 0 , sizeof(cfg_mode));
	memset(&cfg_mode, 0 , sizeof(cfg_mode));
	cfg_mode.mode = IPA_DMA;
	cfg_mode.mode = IPA_DMA;
	cfg_mode.dst = IPA_CLIENT_USB_CONS;
	cfg_mode.dst = IPA_CLIENT_USB_CONS;