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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user