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
Bu işleme şunda yer alıyor:
Venkateswara Swamy Bandaru
2022-04-28 19:07:28 +05:30
işlemeyi yapan: Madan Koyyalamudi
ebeveyn cfe5ee5060
işleme cf2e7f5172

Dosyayı Görüntüle

@@ -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;
}