diff --git a/umac/scan/dispatcher/src/wlan_scan_utils_api.c b/umac/scan/dispatcher/src/wlan_scan_utils_api.c index 4719a550ad..b439aed068 100644 --- a/umac/scan/dispatcher/src/wlan_scan_utils_api.c +++ b/umac/scan/dispatcher/src/wlan_scan_utils_api.c @@ -739,8 +739,8 @@ util_scan_get_phymode_5g(struct wlan_objmgr_pdev *pdev, phymode = WLAN_PHYMODE_11AC_VHT80_80; break; default: - scm_err("bad channel: %d", - vhtop->vht_op_chwidth); + scm_debug("bad channel: %d", + vhtop->vht_op_chwidth); phymode = WLAN_PHYMODE_11AC_VHT20; break; }