qcacmn: Use dp_verbose_debug() to print msgs which come excessively

Some of the print messages in Data-path module come very excessively.
Use dp_verbose_debug() API to print them.

CRs-fixed: 2376998
Change-Id: Ibaec3751ce3cbe98492c531548e613c7d17db898
This commit is contained in:
Krunal Soni
2019-02-21 11:33:26 -08:00
committed by nshrivas
parent 03ba0f55cf
commit c96a1167f8
5 changed files with 53 additions and 71 deletions

View File

@@ -600,7 +600,7 @@ dp_rx_null_q_handle_invalid_peer_id_exception(struct dp_soc *soc,
peer = dp_find_peer_by_addr((struct cdp_pdev *)pdev,
wh->i_addr2, &local_id);
if (peer) {
dp_err("MPDU sw_peer_id & ast_idx is corrupted");
dp_verbose_debug("MPDU sw_peer_id & ast_idx is corrupted");
hal_rx_dump_pkt_tlvs(soc->hal_soc, rx_tlv_hdr,
QDF_TRACE_LEVEL_INFO);
DP_STATS_INC_PKT(soc, rx.err.rx_invalid_peer_id,