diff options
| -rw-r--r-- | package/mac80211/Makefile | 17 | 
1 files changed, 11 insertions, 6 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 12aea13ef..f57d30353 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -953,7 +953,7 @@ define KernelPackage/b43/config  	config B43_FW_SQUASH_COREREVS  		string "Core revisions to include"  		depends on B43_FW_SQUASH -		default "5,6,7,8,9,10,11,13,14,15,16" +		default "5,6,7,8,9,10,11,13,15,16,29"  		help  		  This is a comma seperated list of core revision numbers. @@ -966,7 +966,7 @@ define KernelPackage/b43/config  	config B43_FW_SQUASH_PHYTYPES  		string "PHY types to include"  		depends on B43_FW_SQUASH -		default "G,LP,N" +		default "G,LP,N,HT"  		help  		  This is a comma seperated list of PHY types:  		    A  => A-PHY @@ -1005,7 +1005,9 @@ define KernelPackage/b43/config  		bool "Enable support for N-PHYs"  		default y  		help -		  Enable support for BCM4321 and BCM4322. +		  Enable support for N-PHY. This includes support for the following devices: +		  PCI: BCM4321, BCM4322, BCM43222, BCM43224, BCM43225 +		  SoC: BCM4716, BCM4717, BCM4718  		  Currently only 11g speed is available. @@ -1013,11 +1015,14 @@ define KernelPackage/b43/config  	config PACKAGE_B43_PHY_HT  		bool "Enable support for HT-PHYs" -		default n +		default y  		help -		  Currently broken. +		  Enable support for HT-PHY. This includes support for the following devices: +		  PCI: BCM4331 -		  If unsure, say N. +		  Currently only 11g speed is available. + +		  If unsure, say Y.  	config PACKAGE_B43_PHY_LCN  		bool "Enable support for LCN-PHYs"  | 
