diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2017-02-10 12:31:30 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-02-12 22:17:47 -0800 |
| commit | daf9565eca74144d25ff94a79f42bc566102c7e8 (patch) | |
| tree | 06df1a4ff37e51f86be38427f82049eac3c7c970 | |
| parent | 7c1bda59299764021ba5bef0194c51cc170b84f8 (diff) | |
qcacld-3.0: Suppress frequent log from dmesg
Currently in lim_update_sta_run_time_ht_switch_chnl_params
"RoC is in progress" is coming frequently in dmesg due to
error log level which leads to crash.
Fix is to change the log level to debug.
Change-Id: Ib089e7187b6056728e8b6fd18b69c89c761fb1c9
CRs-Fixed: 2005093
| -rw-r--r-- | core/mac/src/pe/lim/lim_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mac/src/pe/lim/lim_utils.c b/core/mac/src/pe/lim/lim_utils.c index c252796fc6e1..294021472298 100644 --- a/core/mac/src/pe/lim/lim_utils.c +++ b/core/mac/src/pe/lim/lim_utils.c @@ -4517,7 +4517,7 @@ void lim_update_sta_run_time_ht_switch_chnl_params(tpAniSirGlobal pMac, * end... */ if (pMac->lim.gpLimRemainOnChanReq) { - lim_log(pMac, LOGE, FL("RoC is in progress")); + lim_log(pMac, LOG1, FL("RoC is in progress")); return; } |
