From fd7ecdf15e357d5b13cd94470bbb4004901953ad Mon Sep 17 00:00:00 2001 From: libo Date: Mon, 6 Dec 2021 15:27:18 +0800 Subject: [PATCH] wifi: optimize the output level of some prints [1/1] PD#SWPL-65784 Problem: optimize the code Solution: optimize the code Verify: local Signed-off-by: libo Change-Id: Ib26506471955017e589228e72b3dee032b57b9ba --- bcmdhd.101.10.361.x/wl_cfgvendor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcmdhd.101.10.361.x/wl_cfgvendor.c b/bcmdhd.101.10.361.x/wl_cfgvendor.c index f6672a9..62d3496 100755 --- a/bcmdhd.101.10.361.x/wl_cfgvendor.c +++ b/bcmdhd.101.10.361.x/wl_cfgvendor.c @@ -7145,7 +7145,7 @@ static int wl_cfgvendor_lstats_get_info(struct wiphy *wiphy, dtoh32(cca_result->secs[0].congest_obss), dtoh32(cca_result->secs[0].interference))); } else { - WL_ERR(("cca_get_stats is unsupported \n")); + WL_TRACE(("cca_get_stats is unsupported \n")); } /* If cca_get_stats is unsupported, cca_busy_time has zero value as initial value */ -- 2.20.1