qcacmn: Set log level to info
Log level was accidentally bumped up during monitor legoization change hence reducing log level to info to avoid unnecessary prints on console. Change-Id: I338632b98beb2a1f832f9e066109a2ac71a63749 CRs-Fixed: 3039441
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2c41328915
commit
4ac551c7ef
@@ -3111,7 +3111,7 @@ void dp_ppdu_desc_deliver(struct dp_pdev *pdev,
|
|||||||
ppdu_desc->tlv_bitmap = s_ppdu_info->tlv_bitmap;
|
ppdu_desc->tlv_bitmap = s_ppdu_info->tlv_bitmap;
|
||||||
|
|
||||||
if (starved) {
|
if (starved) {
|
||||||
dp_mon_err("ppdu starved fc[0x%x] h_ftype[%d] tlv_bitmap[0x%x] cs[%d]\n",
|
dp_mon_info("ppdu starved fc[0x%x] h_ftype[%d] tlv_bitmap[0x%x] cs[%d]\n",
|
||||||
ppdu_desc->frame_ctrl,
|
ppdu_desc->frame_ctrl,
|
||||||
ppdu_desc->htt_frame_type,
|
ppdu_desc->htt_frame_type,
|
||||||
ppdu_desc->tlv_bitmap,
|
ppdu_desc->tlv_bitmap,
|
||||||
|
Reference in New Issue
Block a user