Pārlūkot izejas kodu

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
jiad 6 gadi atpakaļ
vecāks
revīzija
8768b146be
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      components/ipa/core/src/wlan_ipa_core.c

+ 0 - 2
components/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);
 		}