diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-08-26 14:41:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:33:02 -0400 |
commit | 547589668336d6cf25c2023173d5d2c25fb7bc48 (patch) | |
tree | bec463210a71edd86799ebb46e99e922f6121e2b /drivers/net/wireless/b43/Kconfig | |
parent | 14a8083e67653a963bb53f905044c23593026737 (diff) |
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 <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 df2b7c0856ed..b97a40ed5fff 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -124,12 +124,12 @@ config B43_PHY_LP | |||
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 |
127 | bool "Support for HT-PHY devices (BROKEN)" | 127 | bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)" |
128 | depends on B43 && BROKEN | 128 | depends on B43 && EXPERIMENTAL |
129 | ---help--- | 129 | ---help--- |
130 | Support for the HT-PHY. | 130 | Support for the HT-PHY. |
131 | 131 | ||
132 | Say N, this is BROKEN and crashes driver. | 132 | Enables support for BCM4331 and possibly other chipsets with that PHY. |
133 | 133 | ||
134 | config B43_PHY_LCN | 134 | config B43_PHY_LCN |
135 | bool "Support for LCN-PHY devices (BROKEN)" | 135 | bool "Support for LCN-PHY devices (BROKEN)" |