Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-13 Thread Johannes Berg
Hm, it seems there are two other variables in SHM we should probably write: 0x000E EDCF Status Offset I'll have to double-check that. 0x0030 TXF Current Index I don't think we need to write that, it's used internally by the ucode to manage the queues. johannes signature.asc

Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-13 Thread Michael Buesch
On Wednesday 13 February 2008 13:07:53 Johannes Berg wrote: + if (queue = ARRAY_SIZE(wl-qos_params)) { + /* Queue not available or don't support setting +* params on this queue. Return success to not +* confuse mac80211. */ + return 0; +

Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-13 Thread Johannes Berg
On Wed, 2008-02-13 at 13:14 +0100, Michael Buesch wrote: On Wednesday 13 February 2008 13:07:53 Johannes Berg wrote: + if (queue = ARRAY_SIZE(wl-qos_params)) { + /* Queue not available or don't support setting + * params on this queue. Return success to not +

Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-13 Thread Johannes Berg
Hm, it seems there are two other variables in SHM we should probably write: 0x000E EDCF Status Offset Ok already mentioned this on IRC but for the record: this is set by the initial value upload. johannes signature.asc Description: This is a digitally signed message part

Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-12 Thread Michael Buesch
On Tuesday 12 February 2008 22:05:42 Michael Buesch wrote: This patch adds QOS support for b43. Please comment on this and test this. This patch depends on Johannes' burst time - txop patch being _not_ applied. One can trivially fix that, though. Hm, it seems there are two other variables

Re: [PATCH RFT/RFC] b43: Add QOS support

2008-02-12 Thread Michael Buesch
On Tuesday 12 February 2008 22:05:42 Michael Buesch wrote: This patch adds QOS support for b43. Please comment on this and test this. This patch depends on Johannes' burst time - txop patch being _not_ applied. One can trivially fix that, though. + for (i = 0; i