Forráskód Böngészése

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 3 éve
szülő
commit
cf2e7f5172
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
 	}