Re: [PATCH, RFC] b44: Add fw capabilities

2009-04-08 Thread Gábor Stefanik
I assume b44 in the title is a typo. On Wed, Apr 8, 2009 at 2:11 AM, Michael Buesch m...@bu3sch.de wrote: Completely untested patch to implement firmware capabilities and automagic QoS-disabling. Index: wireless-testing/drivers/net/wireless/b43/b43.h

Re: [PATCH, RFC] b44: Add fw capabilities

2009-04-08 Thread Michael Buesch
On Wednesday 08 April 2009 14:30:06 Gábor Stefanik wrote: I assume b44 in the title is a typo. I assume you're right ;) -- Greetings, Michael. ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de

Re: 2.6.30-rc1

2009-04-08 Thread Michael Buesch
On Wednesday 08 April 2009 20:20:21 Elimar Riesebieter wrote: Hi all, b43 is loaded but: Apr 8 19:47:05 samweis kernel: b43: probe of ssb0:0 failed with error -2 Any sugestions? Downgrade the kernel. This is a known bug in the kernelmodule subsystem. -- Greetings, Michael.

Re: 2.6.30-rc1

2009-04-08 Thread Larry Finger
Michael Buesch wrote: On Wednesday 08 April 2009 20:20:21 Elimar Riesebieter wrote: Hi all, b43 is loaded but: Apr 8 19:47:05 samweis kernel: b43: probe of ssb0:0 failed with error -2 Any sugestions? Downgrade the kernel. This is a known bug in the kernelmodule subsystem. You can

[PATCH] b43: Remove unnecessary MMIO in interrupt hotpath

2009-04-08 Thread Michael Buesch
This removes unnecessary MMIO accesses in the interrupt hotpath. Signed-off-by: Michael Buesch m...@bu3sch.de --- John, please queue for the next feature round. Index: compat-wireless-2009-03-31/drivers/net/wireless/b43/b43.h ===

Problems with 2.6.30-rc1

2009-04-08 Thread Larry Finger
If you are having problems with wireless networking using 2.6.30-rc1 from Linus's Linux-2.6 git tree, the fix is the following (Note: This is _NOT_ needed for wireless-testing!!!): --- Fix try_then_request_module to use waiting __request_module again. Signed-off-by: Andreas Schwab