2009-09-15 23:14:11

by Michael Büsch

[permalink] [raw]
Subject: [PATCH] b43: Remove BROKEN attribute from SDIO

SDIO works (more or less), so remove the BROKEN dependency and
let people test it.

Signed-off-by: Michael Buesch <[email protected]>

---

This patch depends on all other patches that I already sent but are not applied, yet.


Index: wireless-testing/drivers/net/wireless/b43/Kconfig
===================================================================
--- wireless-testing.orig/drivers/net/wireless/b43/Kconfig 2009-09-16 01:09:48.000000000 +0200
+++ wireless-testing/drivers/net/wireless/b43/Kconfig 2009-09-16 01:10:02.000000000 +0200
@@ -63,7 +63,7 @@ config B43_PCMCIA

config B43_SDIO
bool "Broadcom 43xx SDIO device support (EXPERIMENTAL)"
- depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL && BROKEN
+ depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL
select SSB_SDIOHOST
---help---
Broadcom 43xx device support for Soft-MAC SDIO devices.

--
Greetings, Michael.


2009-09-16 04:48:06

by Albert Herranz

[permalink] [raw]
Subject: Re: [PATCH] b43: Remove BROKEN attribute from SDIO

Michael Buesch wrote:
> SDIO works (more or less), so remove the BROKEN dependency and
> let people test it.

The master-2009-09-14 branch of linux-wireless tree has been
successfully tested in combination with the patches below on a
Nintendo Wii video game console using the OpenFWWF firmware version 5.2
and setting modparam_qos set to 0.

[PATCH] b43: fix build error if !CONFIG_B43_LEDS
[PATCH] b43: Don't abuse wl->current_dev in the led work
[PATCH] b43: Disable PMQ mechanism
[PATCH] b43: Add optional verbose runtime statistics
[PATCH] b43: Fix IRQ sync for SDIO
007-mac80211-use-netif-rx-ni.patch [1]
[PATCH] b43: Fix SDIO interrupt handler deadlock
005-b43-pio-always-use-block-io-for-data.patch [2]
[PATCH] b43: Do not use _irqsafe callbacks
[PATCH] b43: Add Soft-MAC SDIO device support
[PATCH] b43: Rewrite suspend/resume code
[PATCH v2] sdio: pass whitelisted cis funce tuples to sdio drivers
[PATCH v2] sdio: recognize io card without powercycle

Tested-by: Albert Herranz <[email protected]>

[1] http://bu3sch.de/patches/wireless-testing/20090914-2326/patches/007-mac80211-use-netif-rx-ni.patch
[2] http://bu3sch.de/patches/wireless-testing/20090914-2326/patches/005-b43-pio-always-use-block-io-for-data.patch