qcacld-3.0: Add call to apply tput policy

In current code changes call to apply tput policy
was missing, So to fix issue add call to update
the tput policy.

Change-Id: I29ef9db5789406877deb3177233c10ba1ae9db9c
CRs-Fixed: 3254183
This commit is contained in:
Amit Mehta
2022-07-27 00:25:31 -07:00
committed by Madan Koyyalamudi
parent aa0fb887b5
commit 3a8e4be9ea

View File

@@ -1489,6 +1489,7 @@ static void dp_pld_request_bus_bandwidth(struct wlan_dp_psoc_context *dp_ctx,
param.policy = BBM_TPUT_POLICY;
param.policy_info.tput_level = tput_level;
dp_bbm_apply_independent_policy(dp_ctx->psoc, &param);
dp_rtpm_tput_policy_apply(dp_ctx, tput_level);