diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-12-07 15:56:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-08 15:38:45 -0500 |
commit | 692d2c0fb36c02ad07d54641c26f48e644b27fbd (patch) | |
tree | dcff3bfd596d7ab6164e239d6c21f2f0232264de /drivers/net/wireless/b43/Kconfig | |
parent | 82a52043c7801f83c7387deb45bf9323af04644b (diff) |
b43: rename config option for N-PHY, drop BROKEN
Signed-off-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 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 0a00d42642c..47033f6a1c2 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -86,15 +86,16 @@ config B43_PIO | |||
86 | select SSB_BLOCKIO | 86 | select SSB_BLOCKIO |
87 | default y | 87 | default y |
88 | 88 | ||
89 | config B43_NPHY | 89 | config B43_PHY_N |
90 | bool "Pre IEEE 802.11n support (BROKEN)" | 90 | bool "Support for 802.11n (N-PHY) devices (EXPERIMENTAL)" |
91 | depends on B43 && EXPERIMENTAL && BROKEN | 91 | depends on B43 && EXPERIMENTAL |
92 | ---help--- | 92 | ---help--- |
93 | Support for the IEEE 802.11n draft. | 93 | Support for the N-PHY. |
94 | 94 | ||
95 | THIS IS BROKEN AND DOES NOT WORK YET. | 95 | This enables support for devices with N-PHY revision up to 2. |
96 | 96 | ||
97 | SAY N. | 97 | Say N if you expect high stability and performance. Saying Y will not |
98 | affect other devices support and may provide support for basic needs. | ||
98 | 99 | ||
99 | config B43_PHY_LP | 100 | config B43_PHY_LP |
100 | bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" | 101 | bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" |