Search Linux Wireless

Re: [RFC] mac80211: handling Qdisc issues

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

 



> >  		/* 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


[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