On 13 April 2013 18:18, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Sat, 2013-04-13 at 07:29 -0700, Adrian Chadd wrote: >> Hi, >> >> On 13 April 2013 03:31, Jonas Gorski <jogo@xxxxxxxxxxx> wrote: >> > Do not advertise the non standard rates 22 Mbps and 72 Mbps to mac80211, >> > they will make it into the probe responses and cause clients checking them >> > to refuse association, e.g. wpa_supplicant says: >> >> Are these "turbo" mode rates? ie, 40MHz wide channels with pre-11n >> rates on them? > > 22 actually *is* a standard rate, it's just that almost nobody > implements it. > > The original problem seems a bit strange though, seems those should just > not be marked basic? After looking at the standard, it became clear that it is only the 72 Mbps rate that's creating the havoc: It will be put in the extended rates, but since 72 * 2 is 144, it will overflow the data rate field and set the basic rate flag/MSB, causing the bogus 8 Mbps "basic" rate. I'll respin this patch with just removing the 72 Mbps rate. Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html