Ver Fonte

Revert "qcacmn: Cleanup Statistics"

This reverts commit 60cb7e6fc902eb86cd5a7e8f4787d3ea6a69590f.

Change-Id: I0f8cddbb1833a7f5a2466964a2b06906f01dcdc4
Signed-off-by: Kalyan Muddala <[email protected]>
D Harilakshmi há 7 anos atrás
pai
commit
388c21cbb6
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      dp/wifi3.0/dp_main.c

+ 4 - 0
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);
 	}
 }