Hello, Using EHT AP with 320MHz support - 6GHz. Seems this part disable EHT on BE200 during assoc. FW used: iwlwifi-gl-c0-fm-c0-83.ucode I see this one do this: if (!ieee80211_verify_sta_eht_mcs_support(sdata, sband, eht_oper)) *conn_flags |= IEEE80211_CONN_DISABLE_EHT; Testing on openwrt and using backports. Is there some patch I can easy cherry-pick to fix it? So far just disable ieee80211_verify_sta_eht_mcs_support() check and BE200 works in EHT mode correctly. BR Janusz