On 6/17/07, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote:
On Sun, 2007-06-17 at 00:38 +0300, Tomas Winkler wrote: > iwlwifi supports QoS. It has queues 4 hw for WMM access categories 2 > hw queus for HCCA. But it too can't ever create QoS-data frames or negotiate TXOPs afaict, unless it does more than we want in hardware.
True
> There is also a discussion about supporting hardware queues in qdisc > in netdev. Which isn't really a concern to the driver since only mac80211 will need to be changed for that.
I'm not sure it's only mac80211 problem as driver is responsible for stopping and waking up the queues. Only driver knows whether hw queue is full or not.
I suppose the question is: what are we missing in mac80211 now? It seems that we have no way of sending out QoS-data frames and that seems weird.
QoS frame are send just fine by mac80211 (at least under iwlwifi), only the sequence numbers has to be overwritten in driver since the current handler doesn't advance them per TID.
Nor do we parse TXOP information etc. Possibly this is because we support WME and that's based on an early 802.11e draft?
I addition wme.c qdisc scheduler is rather naive one, it only statically assign priorities, it wouldn't pass WMM certification I guess.
johannes
- 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