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
Cette révision appartient à :

révisé par
Madan Koyyalamudi

Parent
cfe5ee5060
révision
cf2e7f5172
@@ -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;
|
||||
}
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur