summaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-03 18:52:08 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-03 18:52:08 +0000
commit3a5dfa635e38640cc360099a1696d14b6a560b4f (patch)
tree0454ae44ba66a8c126d654f7c2bf3d99f511ac12 /package/mac80211/Makefile
parenta0acd43cbf34682b18b03d038e2b0a12660a3788 (diff)
mac80211: b43: add firmware for HT-PHY by default.
remove firmware for LP-Phy core rev 14, I have never seen such a device. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile17
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"