wifi: optimize the output level of some prints [1/1]
authorlibo <bo.li@amlogic.com>
Mon, 6 Dec 2021 07:27:18 +0000 (15:27 +0800)
committerBruno Martins <bgcngm@gmail.com>
Thu, 25 Apr 2024 00:09:40 +0000 (01:09 +0100)
PD#SWPL-65784

Problem:
optimize the code

Solution:
optimize the code

Verify:
local

Signed-off-by: libo <bo.li@amlogic.com>
Change-Id: Ib26506471955017e589228e72b3dee032b57b9ba

bcmdhd.101.10.361.x/wl_cfgvendor.c

index f6672a9a4042154859ba2d58bd7eca827b5b5eb4..62d34963b1b7e9b40bf325169337af9345951d89 100755 (executable)
@@ -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 */