From 770ebeb20f7ba3fa80a75a9d5f218559bd8a6388 Mon Sep 17 00:00:00 2001 From: Amir Patel Date: Wed, 5 May 2021 16:26:30 +0530 Subject: [PATCH] qcacmn: Reduce log level to suppress print For every channel change, a print is displayed onto console. reduce log level to suppress print. CRs-Fixed: 2921656 Change-Id: Ib300ecc17c09412aa6502cc45ec1c4b7da3b54ce --- dp/wifi3.0/dp_htt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_htt.c b/dp/wifi3.0/dp_htt.c index 483e85acc7..26343fbd0b 100644 --- a/dp/wifi3.0/dp_htt.c +++ b/dp/wifi3.0/dp_htt.c @@ -1235,7 +1235,7 @@ int htt_h2t_full_mon_cfg(struct htt_soc *htt_soc, HTC_TX_PACKET_TAG_RUNTIME_PUT); /* tag for no FW response msg */ SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, htt_msg); - qdf_info("config: %d", config); + qdf_debug("config: %d", config); DP_HTT_SEND_HTC_PKT(soc, pkt, HTT_H2T_MSG_TYPE_SRING_SETUP, htt_logger_bufp); return QDF_STATUS_SUCCESS;