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
@@ -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, ¶m);
dp_rtpm_tput_policy_apply(dp_ctx, tput_level);