|
@@ -1205,10 +1205,9 @@ dp_rx_mon_status_srng_process(struct dp_soc *soc, uint32_t mac_id,
|
|
|
uint32_t hp, tp;
|
|
|
hal_get_sw_hptp(hal_soc, mon_status_srng,
|
|
|
&tp, &hp);
|
|
|
- QDF_TRACE(QDF_MODULE_ID_DP,
|
|
|
- QDF_TRACE_LEVEL_ERROR,
|
|
|
- "[%s][%d] status not done - hp:%u, tp:%u",
|
|
|
- __func__, __LINE__, hp, tp);
|
|
|
+ dp_info_rl("tlv tag status error hp:%u, tp:%u",
|
|
|
+ hp, tp);
|
|
|
+ pdev->rx_mon_stats.tlv_tag_status_err++;
|
|
|
/* WAR for missing status: Skip status entry */
|
|
|
hal_srng_src_get_next(hal_soc, mon_status_srng);
|
|
|
continue;
|