> > /* 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. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part