From: Rafał Miłecki Date: Fri, 22 Jul 2011 11:11:05 +0000 (+0200) Subject: b43: bcma: drop BROKEN X-Git-Tag: next-20110726~37^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab96d17e16b9fcc799f4e6a216549133c2e6dd8b;p=karo-tx-linux.git b43: bcma: drop BROKEN We've fixed the last issue with BCMA support which caused memory corruption on loading and unloading b43. Support for BCMA in b43 was tested with 14e4:4353, 14e4:4357, 14e4:4727 and 14e4:4331. First two cards (BCM43224 and BCM43225) are supported. Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index d2293dcc117f..3cab843afb05 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -28,7 +28,7 @@ config B43 config B43_BCMA bool "Support for BCMA bus" - depends on B43 && BCMA && BROKEN + depends on B43 && BCMA default y config B43_SSB