On Tue, 2010-11-23 at 04:02 +0100, Johannes Berg wrote: > > - if (ieee80211_is_data_qos(fc)) { > > + if (ieee80211_is_data_qos(fc) && > > + (ieee802_1d_to_ac[skb->priority] != IEEE80211_AC_VO)) { > > Isn't skb queue mapping set up already so you could use that? It must be set up, so you should use that, compare it to AC_VO, and drop patch 1. johannes -- 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