diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index 6bff3a33d2..851d79b0ca 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -5041,6 +5041,10 @@ static void dp_txrx_path_stats(struct dp_soc *soc) pdev->soc->wlan_cfg_ctx->lro_enabled, pdev->soc->wlan_cfg_ctx->rx_hash, pdev->soc->wlan_cfg_ctx->napi_enabled); + DP_TRACE_STATS(ERROR, "%s: Tx flow stop queue: %u tx flow start queue offset: %u", + __func__, + pdev->soc->wlan_cfg_ctx->tx_flow_stop_queue_threshold, + pdev->soc->wlan_cfg_ctx->tx_flow_start_queue_offset); } }