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
Cette révision appartient à :
jiad
2018-06-06 15:44:37 +08:00
révisé par nshrivas
Parent e05e4968e6
révision 8768b146be

Voir le fichier

@@ -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);
}