Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54758966 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville
Browse files

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: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 14a8083e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)"