Message ID | 200909160113.57539.mb@bu3sch.de (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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 <albert_herranz@yahoo.es> [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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
SDIO works (more or less), so remove the BROKEN dependency and let people test it. Signed-off-by: Michael Buesch <mb@bu3sch.de> --- This patch depends on all other patches that I already sent but are not applied, yet.