Jelajahi Sumber

qcacmn: Use rate limit print for BAR frames

Use rate limit print for BAR frames to in avoid of
slow processing when BAR flood happens.

Change-Id: I92063787501c8f6467a211bd2695108a9fe42724
CRs-Fixed: 3325043
Yu Tian 2 tahun lalu
induk
melakukan
aa6032dba5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      dp/wifi3.0/dp_rx_err.c

+ 1 - 1
dp/wifi3.0/dp_rx_err.c

@@ -696,7 +696,7 @@ _dp_rx_bar_frame_handle(struct dp_soc *soc, qdf_nbuf_t nbuf,
 	if (!peer)
 		return;
 
-	dp_info("BAR frame: "
+	dp_info_rl("BAR frame: "
 		" peer_id = %d"
 		" tid = %u"
 		" SSN = %d"