Explorar o código

qcacmn: Fix invalid ehtops print flooding on console

Due to moving to 11be D1.3 old eht ops is seen as invalid and
unnecessarily flooding console. Moding these prints to debug level.

Change-Id: Ibb21ffe9ed670c9ef9bc1e6d91f90ea5118a78f3
CRs-Fixed: 3185395
Venkateswara Swamy Bandaru %!s(int64=3) %!d(string=hai) anos
pai
achega
cf2e7f5172
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      umac/scan/dispatcher/src/wlan_scan_utils_api.c

+ 1 - 1
umac/scan/dispatcher/src/wlan_scan_utils_api.c

@@ -213,7 +213,7 @@ util_scan_get_phymode_11be(struct wlan_objmgr_pdev *pdev,
 		phymode = WLAN_PHYMODE_11BEA_EHT320;
 		break;
 	default:
-		scm_err("Invalid eht_ops width: %d", eht_ops->width);
+		scm_debug("Invalid eht_ops width: %d", eht_ops->width);
 		phymode = WLAN_PHYMODE_11BEA_EHT20;
 		break;
 	}