qcacmn: Set log level to info
Log level was accidentally increased hence reducing log level to info to avoid unnecessary prints on console. Change-Id: Idbe495cbdc8a17112f034083c2f8ebf297dcdc6b CRs-Fixed: 3157393
Este cometimento está contido em:

cometido por
Madan Koyyalamudi

ascendente
dc646ca1cf
cometimento
53a654f2e8
@@ -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;
|
||||
}
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador