Merge "msm: ipa3: Configure HOLB for WLAN2 consumer pipe"

This commit is contained in:
qctecmdr
2022-03-28 20:29:49 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -69,6 +69,12 @@ int ipa3_enable_data_path(u32 clnt_hdl)
(ep->client == IPA_CLIENT_MHI_QDSS_CONS)) { (ep->client == IPA_CLIENT_MHI_QDSS_CONS)) {
holb_cfg.en = IPA_HOLB_TMR_EN; holb_cfg.en = IPA_HOLB_TMR_EN;
holb_cfg.tmr_val = 0; holb_cfg.tmr_val = 0;
} 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;
} else if (ipa3_ctx->ipa_hw_type >= IPA_HW_v5_1 && } else if (ipa3_ctx->ipa_hw_type >= IPA_HW_v5_1 &&
ipa3_ctx->platform_type == IPA_PLAT_TYPE_APQ && ipa3_ctx->platform_type == IPA_PLAT_TYPE_APQ &&
ep->client == IPA_CLIENT_USB_CONS) { ep->client == IPA_CLIENT_USB_CONS) {