linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT] Threaded IRQ handlers for b43
@ 2009-08-16 13:39 Michael Buesch
  2009-08-17 11:48 ` Michael Buesch
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2009-08-16 13:39 UTC (permalink / raw)
  To: bcm43xx-dev; +Cc: linux-wireless

This request-for-test patch converts the b43 driver to use threaded
interrupt handlers. This is needed to support b43 on SDIO. But it also
simplifies the locking by removal of the wl->irq_lock spinlock.

http://bu3sch.de/patches/wireless-testing/20090816-1535/patches/002-b43-threaded-irq-handler.patch

A known regression is a new race between the interrupt handler and the
beacon update handler. But as long as you don't run AP mode, it won't hurt.
I'm working on a solution...

Please test this patch whether it creates other regressions (performance and crashes).

The patch also needs the following hack to the threaded IRQ code:
http://bu3sch.de/patches/wireless-testing/20090816-1535/patches/001-hack-threaded-irqs.patch

-- 
Greetings, Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFT] Threaded IRQ handlers for b43
  2009-08-16 13:39 [RFT] Threaded IRQ handlers for b43 Michael Buesch
@ 2009-08-17 11:48 ` Michael Buesch
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2009-08-17 11:48 UTC (permalink / raw)
  To: bcm43xx-dev; +Cc: linux-wireless

On Sunday 16 August 2009 15:39:57 Michael Buesch wrote:
> This request-for-test patch converts the b43 driver to use threaded
> interrupt handlers. This is needed to support b43 on SDIO. But it also
> simplifies the locking by removal of the wl->irq_lock spinlock.
> 
> http://bu3sch.de/patches/wireless-testing/20090816-1535/patches/002-b43-threaded-irq-handler.patch
> 
> A known regression is a new race between the interrupt handler and the
> beacon update handler. But as long as you don't run AP mode, it won't hurt.
> I'm working on a solution...
> 
> Please test this patch whether it creates other regressions (performance and crashes).
> 
> The patch also needs the following hack to the threaded IRQ code:
> http://bu3sch.de/patches/wireless-testing/20090816-1535/patches/001-hack-threaded-irqs.patch
> 

This is the correct fix for the threaded IRQ code. Apply this instead of the hack:
http://bu3sch.de/patches/wireless-testing/20090817-1347/patches/001-fix-irq-thread-wakeup.patch

-- 
Greetings, Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-17 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 13:39 [RFT] Threaded IRQ handlers for b43 Michael Buesch
2009-08-17 11:48 ` Michael Buesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).