소스 검색

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 7 년 전
부모
커밋
8768b146be
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);
 		}