On Tue, 2023-10-03 at 09:43 -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > Check if user has configured STA to be AX mode, and if so, > skip the check for MLD elements (as they would not be needed > in AX mode). Eh, no, I think this is wrong. > > if (ieee80211_vif_is_mld(&sdata->vif)) { If you get past this if, you've (locally) committed to doing EHT already, not just HE (née 11ax), so should have an EHT connection? Though the change is hard to read - but why are you telling the supplicant to connect with MLO if you wanted to not use EHT? johannes