qcacmn: Modify tx monitor mode change log level

Modified tx monitor mode change log level.

Change-Id: I97233c4c4c86c3af887ccb86b9de4f9174e469df
CRs-Fixed: 3409912
This commit is contained in:
nobelj
2023-02-25 06:40:07 -08:00
committed by Madan Koyyalamudi
vanhempi 85c8196528
commit daa0ae6a5d

Näytä tiedosto

@@ -2000,8 +2000,8 @@ void dp_mon_filter_show_rx_filter_be(enum dp_mon_filter_mode mode,
void dp_mon_filter_show_tx_filter_be(enum dp_mon_filter_mode mode,
struct dp_mon_filter_be *filter)
{
dp_mon_filter_err("TX MON RING TLV FILTER CONFIG:");
dp_mon_filter_err("[Mode %d]: Valid: %d", mode, filter->tx_valid);
DP_MON_FILTER_PRINT("TX MON RING TLV FILTER CONFIG:");
DP_MON_FILTER_PRINT("[Mode %d]: Valid: %d", mode, filter->tx_valid);
if (filter->tx_valid)
dp_tx_mon_filter_show_filter(filter);