diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2011-07-30 12:30:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-09 15:52:10 -0400 |
commit | 53dd4b9329e4100405dc1cf251e6713b60051579 (patch) | |
tree | 7e6c7c02c97447b7e5c050d291ace7eae695516d /drivers/net/wireless/b43/Kconfig | |
parent | 8888fb4d265ba20b322edbc944b7b2a43ef5a9e6 (diff) |
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 <Larry.Finger@lwfinger.net>
Acked-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 3cab843afb05..b81a2a1c2618 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -114,13 +114,13 @@ config B43_PHY_N | |||
114 | affect other devices support and may provide support for basic needs. | 114 | affect other devices support and may provide support for basic needs. |
115 | 115 | ||
116 | config B43_PHY_LP | 116 | config B43_PHY_LP |
117 | bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" | 117 | bool "Support for low-power (LP-PHY) devices" |
118 | depends on B43 && EXPERIMENTAL | 118 | depends on B43 |
119 | default y | 119 | default y |
120 | ---help--- | 120 | ---help--- |
121 | Support for the LP-PHY. | 121 | Support for the LP-PHY. |
122 | The LP-PHY is a low-power PHY built into some notebooks | 122 | The LP-PHY is a low-power PHY built into some notebooks |
123 | and embedded devices. It supports 802.11a/g | 123 | and embedded devices. It supports 802.11a/b/g |
124 | (802.11a support is optional, and currently disabled). | 124 | (802.11a support is optional, and currently disabled). |
125 | 125 | ||
126 | config B43_PHY_HT | 126 | config B43_PHY_HT |