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

Commit 9cd88fea authored by Jagadeesh Ponduru's avatar Jagadeesh Ponduru
Browse files

msm: ipa3: Configure HOLB for WLAN2 consumer pipe



To avoid temporary stall on WLAN client enabling the HOLB on
WLAN2 consumer pipe.

Change-Id: I3920205f7f62dbdd240da162fab4158ab8e070b4
Signed-off-by: default avatarJagadeeesh Ponduru <jponduru@codeaurora.org>
parent ccad254c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ int ipa3_enable_data_path(u32 clnt_hdl)
			holb_cfg.en = IPA_HOLB_TMR_EN;
		} else if (ipa3_ctx->ipa_hw_type == IPA_HW_v4_11 &&
				(ep->client == IPA_CLIENT_WLAN1_CONS ||
				ep->client == IPA_CLIENT_WLAN2_CONS ||
				 ep->client == IPA_CLIENT_USB_CONS)) {
			holb_cfg.en = IPA_HOLB_TMR_EN;
			holb_cfg.tmr_val = IPA_HOLB_TMR_VAL_4_5;