> > 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. Then either the code there or the AP is broken? That function checks that the client supports the MCSes that the AP requires. If it lets you connect without them, then it's broken. If the checks there are wrong, the code is broken :) I guess you can capture the assoc response frame and we can check manually. johannes