Kaynağa Gözat

qcacld-3.0: Rate limit cp stats logs

Rate limit cp stats logs to avoid excessive logging

Change-Id: I3506da05a41579f727ce36cffb475f39a9afec68
CRs-Fixed: 2787218
Gururaj Pandurangi 4 yıl önce
ebeveyn
işleme
fa5234a602

+ 2 - 2
components/cp_stats/dispatcher/src/wlan_cp_stats_mc_tgt_api.c

@@ -455,7 +455,7 @@ static void tgt_mc_cp_stats_extract_peer_extd_stats(
 	/* no matched peer */
 	if (!QDF_IS_ADDR_BROADCAST(last_req.peer_mac_addr) &&
 	    selected == ev->num_peer_extd_stats) {
-		cp_stats_err("peer not found stats");
+		cp_stats_rl_err("peer not found stats");
 		return;
 	}
 }
@@ -506,7 +506,7 @@ static void tgt_mc_cp_stats_extract_peer_stats(struct wlan_objmgr_psoc *psoc,
 	/* no matched peer */
 	if (!QDF_IS_ADDR_BROADCAST(last_req.peer_mac_addr) &&
 	    selected == ev->num_peer_stats) {
-		cp_stats_err("peer not found for stats");
+		cp_stats_rl_err("peer not found for stats");
 	}
 
 extd2_stats: