Browse Source

Merge "qcacmn: Set log level to info"

Linux Build Service Account 3 years ago
parent
commit
25ed0986de
1 changed files with 5 additions and 5 deletions
  1. 5 5
      dp/wifi3.0/monitor/dp_mon.c

+ 5 - 5
dp/wifi3.0/monitor/dp_mon.c

@@ -4144,11 +4144,11 @@ void dp_ppdu_desc_deliver(struct dp_pdev *pdev,
 		ppdu_desc->tlv_bitmap = s_ppdu_info->tlv_bitmap;
 
 		if (starved) {
-			dp_mon_err("ppdu starved fc[0x%x] h_ftype[%d] tlv_bitmap[0x%x] cs[%d]\n",
-				   ppdu_desc->frame_ctrl,
-				   ppdu_desc->htt_frame_type,
-				   ppdu_desc->tlv_bitmap,
-				   ppdu_desc->user[0].completion_status);
+			dp_mon_info("ppdu starved fc[0x%x] h_ftype[%d] tlv_bitmap[0x%x] cs[%d]\n",
+				    ppdu_desc->frame_ctrl,
+				    ppdu_desc->htt_frame_type,
+				    ppdu_desc->tlv_bitmap,
+				    ppdu_desc->user[0].completion_status);
 			starved = 0;
 		}