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

Commit 51c81d3a authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: Move IPv4 filtering table to DDR



Move IPv4 filtering table to DDR for IPA v2.5
for Ethernet Bridging.

Change-Id: I71e8308d5b4f0c82d4dc391532d51c84a003febb
Acked-by: default avatarShihuan Liu <shihuanl@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent f1a9f6d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ void _ipa_sram_settings_read_v2_5(void)
	}
	ipa_ctx->ip4_rt_tbl_lcl = 0;
	ipa_ctx->ip6_rt_tbl_lcl = 0;
	ipa_ctx->ip4_flt_tbl_lcl = 1;
	ipa_ctx->ip4_flt_tbl_lcl = 0;
	ipa_ctx->ip6_flt_tbl_lcl = 0;
}