diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-07-22 07:11:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-26 16:27:31 -0400 |
commit | 6f89062a66d8b88ca89a15a6cebc0bc0db284441 (patch) | |
tree | d20a8afead110c47124764c207d8fd5abc10e2e5 | |
parent | f76f424353e678f904c6c13f997851efb6077419 (diff) |
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 <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
28 | 28 | ||
29 | config B43_BCMA | 29 | config B43_BCMA |
30 | bool "Support for BCMA bus" | 30 | bool "Support for BCMA bus" |
31 | depends on B43 && BCMA && BROKEN | 31 | depends on B43 && BCMA |
32 | default y | 32 | default y |
33 | 33 | ||
34 | config B43_SSB | 34 | config B43_SSB |