From 39d78a90c168ea5f336e6cfec22a743965831967 Mon Sep 17 00:00:00 2001 From: jiad Date: Wed, 6 Jun 2018 15:44:37 +0800 Subject: [PATCH] qcacld-3.0: Remove log in WLAN IPA RX exception cb When running embedded tput between client and SAP, there'll be excessive logs per packet. Fix is to remove the per packet debug message. Change-Id: I846f4fd5e54cc8945b3159c56e04418feea0183f CRs-Fixed: 2253186 --- ipa/core/src/wlan_ipa_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipa/core/src/wlan_ipa_core.c b/ipa/core/src/wlan_ipa_core.c index 332f93f735..6766f6db9d 100644 --- a/ipa/core/src/wlan_ipa_core.c +++ b/ipa/core/src/wlan_ipa_core.c @@ -776,8 +776,6 @@ static void wlan_ipa_w2i_cb(void *priv, qdf_ipa_dp_evt_type_t evt, if (wlan_ipa_uc_is_enabled(ipa_ctx->config)) { session_id = (uint8_t)skb->cb[0]; iface_id = ipa_ctx->vdev_to_iface[session_id]; - ipa_debug("IPA_RECEIVE: session_id=%u, iface_id=%u", - session_id, iface_id); } else { iface_id = WLAN_IPA_GET_IFACE_ID(skb->data); }