|
@@ -143,7 +143,7 @@ struct cdp_cfg *ol_pdev_cfg_attach(qdf_device_t osdev, void *pcfg_param)
|
|
|
cfg_ctx->max_thruput_mbps = MAX_THROUGHPUT;
|
|
|
cfg_ctx->max_nbuf_frags = 1;
|
|
|
cfg_ctx->vow_config = vow_config;
|
|
|
- cfg_ctx->target_tx_credit = TARGET_TX_CREDIT;
|
|
|
+ cfg_ctx->target_tx_credit = CFG_TGT_NUM_MSDU_DESC;
|
|
|
cfg_ctx->throttle_period_ms = 40;
|
|
|
cfg_ctx->dutycycle_level[0] = THROTTLE_DUTY_CYCLE_LEVEL0;
|
|
|
cfg_ctx->dutycycle_level[1] = THROTTLE_DUTY_CYCLE_LEVEL1;
|