Hi Ben, > While poking around in things, I noticed that the > he_capa debugfs is not showing the least-common-denominator, but rather > more specifically the peer's capabilities. > > This could be bugs in how I'm using this, but thought I'd ask to > see if this was on purpose or not. It was on purpose. Also, for HE it's different from HT/VHT in that we don't do this in the stack any more. I'm not really sure _why_ now (or if we should change it), but I seem to remember it was just a lot more complex to do in general, but drivers didn't really care so much since they tend to have a lot of hard-coded assumptions, e.g. they might not care about seeing 2, 3 or more streams supported if their code assumes the device always only supports 2 in the first place, so all they need is a >= 2 check in this case, for example. If you wanted to change that, I wouldn't mind, but it might be complex. johannes