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
Этот коммит содержится в:
Amir Patel
2021-05-05 16:26:30 +05:30
коммит произвёл Madan Koyyalamudi
родитель 0170051831
Коммит 770ebeb20f

Просмотреть файл

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