qcacmn: Change the loglevel for link desc return failure

In monitor mode, the link descriptor return failure
can occur many times, due to the timer interval.
Logging each failure on the console floods it with
too many unnecessary logs.

Ratelimit the link descriptor return failure in monitor
mode and also change its log level to info.

Change-Id: I5709a33087c6d9271d4246f04ef1acd274fba0f1
CRs-Fixed: 2650480
This commit is contained in:
Rakesh Pillai
2020-04-02 18:24:13 +05:30
committed by nshrivas
부모 726242759f
커밋 590d880a1e

파일 보기

@@ -435,8 +435,7 @@ next_msdu:
mac_id,
bm_action)
!= QDF_STATUS_SUCCESS)
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
"dp_rx_monitor_link_desc_return failed");
dp_err_rl("monitor link desc return failed");
} while (buf_info.paddr && msdu_cnt);
if (last)