summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjitiphil <jitiphil@codeaurora.org>2018-06-27 15:14:17 +0530
committernshrivas <nshrivas@codeaurora.org>2018-06-28 06:43:31 -0700
commit438b220313a46c6176ce70e092d3a60009ebfb62 (patch)
treea9824b46c4b9216dd0a777d9608ebd4789d1cd8f
parent31b8abd94e9059309bd2cafcc4b48b4edd595d5c (diff)
qcacld-3.0: Excessive logging from IPA
WLAN logs are excessively filled with IPA logs when IPA performance level is set. Remove unnecessary logging in hdd_ipa_set_perf_level(). Change-Id: I07563c1a6e98981e2b074bce7a969c9cbd94ec24 CRs-Fixed: 2268632
-rw-r--r--core/hdd/src/wlan_hdd_ipa.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/hdd/src/wlan_hdd_ipa.c b/core/hdd/src/wlan_hdd_ipa.c
index 7e41a7e0461d..e0cb480fc5fe 100644
--- a/core/hdd/src/wlan_hdd_ipa.c
+++ b/core/hdd/src/wlan_hdd_ipa.c
@@ -5413,13 +5413,6 @@ static int __hdd_ipa_set_perf_level(hdd_context_t *hdd_ctx, uint64_t tx_packets,
else
next_prod_bw = hdd_ctx->config->IpaLowBandwidthMbps;
- HDD_IPA_DP_LOG(QDF_TRACE_LEVEL_DEBUG,
- "CONS perf curr: %d, next: %d",
- hdd_ipa->curr_cons_bw, next_cons_bw);
- HDD_IPA_DP_LOG(QDF_TRACE_LEVEL_DEBUG,
- "PROD perf curr: %d, next: %d",
- hdd_ipa->curr_prod_bw, next_prod_bw);
-
if (hdd_ipa->curr_cons_bw != next_cons_bw) {
hdd_debug("Requesting CONS perf curr: %d, next: %d",
hdd_ipa->curr_cons_bw, next_cons_bw);