Skip to content

Commit

Permalink
b43: make HT-PHY support experimental
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Aug 29, 2011
1 parent 14a8083 commit 5475896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5475896

Please sign in to comment.