Search Linux Wireless

Re: [RFC] mac80211: handling Qdisc issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux