From 60cb7e6fc902eb86cd5a7e8f4787d3ea6a69590f Mon Sep 17 00:00:00 2001 From: Venkata Sharath Chandra Manchala Date: Tue, 3 Oct 2017 12:05:26 -0700 Subject: [PATCH] qcacmn: Cleanup Statistics Remove Tx flow control parameters from being printed in multiple dumpStats statistics. Change-Id: I2704c2b0a53bb08c16bdd8d61fb4dac21cfcfc31 CRs-Fixed: 2097229 --- dp/wifi3.0/dp_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index 851d79b0ca..6bff3a33d2 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -5041,10 +5041,6 @@ 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); } }