On Thursday 06 March 2008 18:20:08 Johannes Berg wrote: > > > > /* Decide by priority where to put this frame. */ > > > - ring = priority_to_txring(dev, ctl->queue); > > > +#ifdef CONFIG_NETDEVICES_MULTIQUEUE > > > + ring = priority_to_txring(dev, skb->queue_mapping); > > > +#else > > > + /* XXX: b43 qos needs a lot of work */ > > > + ring = 1; > > > +#endif > > > } > > > > ehm, this won't compile. > > And did you see the patches I recently submitted? > > That's my old patch, I think Ron doesn't know anything about b43 :) And > my patch was based before your QoS support patches. Ah ok. You can just add this #ifdef to the already existing dynamic condition on b43_modparam_qos in the new queue mapping function. -- Greetings Michael. -- 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