From: Rafał Miłecki Date: Fri, 26 Aug 2011 18:41:40 +0000 (+0200) Subject: b43: make HT-PHY support experimental X-Git-Tag: v3.2-rc1~129^2~254^2~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=547589668336d6cf25c2023173d5d2c25fb7bc48;p=platform%2Fkernel%2Flinux-exynos.git b43: make HT-PHY support experimental It was tested on three BCM4331 devices, code has been written from MMIO dumps only, but seems to be quite stable. 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 df2b7c0..b97a40e 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -124,12 +124,12 @@ config B43_PHY_LP (802.11a support is optional, and currently disabled). config B43_PHY_HT - bool "Support for HT-PHY devices (BROKEN)" - depends on B43 && BROKEN + bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)" + depends on B43 && EXPERIMENTAL ---help--- Support for the HT-PHY. - Say N, this is BROKEN and crashes driver. + Enables support for BCM4331 and possibly other chipsets with that PHY. config B43_PHY_LCN bool "Support for LCN-PHY devices (BROKEN)"