diff options
| -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; } |
