mac80211: b43: add firmware for HT-PHY by default.
remove firmware for LP-Phy core rev 14, I have never seen such a device. SVN-Revision: 35000
This commit is contained in:
parent
96f3911981
commit
e8c86dd070
1 changed files with 11 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue