From: Larry Finger Date: Sat, 30 Jul 2011 16:30:27 +0000 (-0500) Subject: b43: Remove EXPERIMENTAL designation from LP PHY selection X-Git-Tag: v3.2-rc1~129^2~254^2~328 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53dd4b9329e4100405dc1cf251e6713b60051579;p=platform%2Fkernel%2Flinux-3.10.git b43: Remove EXPERIMENTAL designation from LP PHY selection Since kernel 3.0, the problems with controlling b43 devices that have low-power (LP) PHYs have been fixed and the EXPERIMENTAL designation can be fixed. This patch also fixes a typo as the device supports 802.11b communications. Signed-off-by: Larry Finger Acked-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 3cab843..b81a2a1 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -114,13 +114,13 @@ config B43_PHY_N affect other devices support and may provide support for basic needs. config B43_PHY_LP - bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" - depends on B43 && EXPERIMENTAL + bool "Support for low-power (LP-PHY) devices" + depends on B43 default y ---help--- Support for the LP-PHY. The LP-PHY is a low-power PHY built into some notebooks - and embedded devices. It supports 802.11a/g + and embedded devices. It supports 802.11a/b/g (802.11a support is optional, and currently disabled). config B43_PHY_HT