On Jan 27, 2008 7:55 PM, Patrick McHardy <kaber@xxxxxxxxx> wrote: > Ron Rindjunsky wrote: > > This patch allows qdisc support in A-MPDU Tx. This is not a complete > > solution, but a general direction to handle QoS <-> TID switches > > > > Signed-off-by: Ron Rindjunsky <ron.rindjunsky@xxxxxxxxx> > > --- > > > --- a/net/mac80211/wme.c > > +++ b/net/mac80211/wme.c > > @@ -19,10 +19,13 @@ > > #include "wme.h" > > > > /* maximum number of hardware queues we support. */ > > -#define TC_80211_MAX_QUEUES 8 > > +#define TC_80211_MAX_QUEUES 16 > > Is there a reason to add new features to this instead of using > the generic multiqueue support, moving classification to a > classifier and killing wme? > Multiqueue is where we are heading to. We have developed this solution before multiqueue was accepted and it worked well for few months already so it can provide enough usability for 11n users for now. We still have too many opens to close so we prefer to stage them rather then choke on them. It will take few more weeks till we start to work on it unless someone else take the lead of course. Thanks Tomas > > - > 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 > - 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