Ver Fonte

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
Nishank Aggarwal há 8 anos atrás
pai
commit
95265dfaa5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      core/mac/src/pe/lim/lim_utils.c

+ 1 - 1
core/mac/src/pe/lim/lim_utils.c

@@ -4518,7 +4518,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;
 	}