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

Commit f3219c84 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: enable status supression on WAN_PROD pipe



Processing status on every packet increases MIPS consumption
on Q6. Enable status supression to disable sending status
for every packet on UL path.

Change-Id: Ie818bcac683ee8b46e2e8a7a64e62e17ffda67ad
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 8a9d0678
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3902,6 +3902,10 @@ static int ipa3_assign_policy(struct ipa_sys_connect_params *in,
		sys->ep->status.status_en = true;
		sys->ep->status.status_ep =
			ipa3_get_ep_mapping(IPA_CLIENT_Q6_WAN_CONS);
		/* Enable status supression to disable sending status for
		 * every packet.
		 */
		sys->ep->status.status_pkt_suppress = true;
		return 0;
	}