On Fri, 16 Jul 2010 13:34:20 +0200 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > Stanislaw, can you please test this? I have no legacy APs that really > don't understand QoS frames. I suppose I could use a sniffer but maybe > it's easier for you to just test with the AP you have? Patch works with my legacy AP. Tested-by: Stanislaw Gruszka <sgruszka@xxxxxxxxxx> > /* after reinitialize QoS TX queues setting to default, > * disable QoS at all */ on station mode. > - local->hw.conf.flags &= ~IEEE80211_CONF_QOS; > - drv_config(local, IEEE80211_CONF_CHANGE_QOS); > + sdata->vif.bss_conf.qos = sdata->vif.type != NL80211_IFTYPE_STATION; > + ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_QOS); -- 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