aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/files/host_bin
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-12-26 23:15:16 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-12-26 23:15:16 +0000
commitb1efecf94bbf2c4b5106f3a7846d1008105fafd7 (patch)
tree387e01d2788cb52e46e18782eab391c401a162e9 /package/mac80211/files/host_bin
parent76c9220efaf46f8fe762a9f86dc4c35f517c396e (diff)
downloadupstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.tar.gz
upstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.tar.bz2
upstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.zip
[mac80211] b43 and b43legacy: squash firmware
Only G and L-PHY are supportted by b43 driver Add squash firmware for b43legacy git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18947 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/files/host_bin')
-rwxr-xr-xpackage/mac80211/files/host_bin/b43-fwsquash.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/mac80211/files/host_bin/b43-fwsquash.py b/package/mac80211/files/host_bin/b43-fwsquash.py
index 088ed48450..34e6ed3c05 100755
--- a/package/mac80211/files/host_bin/b43-fwsquash.py
+++ b/package/mac80211/files/host_bin/b43-fwsquash.py
@@ -62,17 +62,21 @@ def phytypes_match(types_a, types_b):
return False
revmapping = {
+ "ucode2.fw" : (2,),
+ "ucode4.fw" : (4,),
"ucode5.fw" : (5,6,7,8,9,10,),
"ucode11.fw" : (11,12,),
"ucode13.fw" : (13,),
"ucode14.fw" : (14,),
"ucode15.fw" : (15,),
+ "pcm4.fw" : (1,2,3,4,),
"pcm5.fw" : (5,6,7,8,9,10,),
}
initvalmapping = {
"a0g1initvals5.fw" : ( (5,6,7,8,9,10,), ("AG",), ),
"a0g0initvals5.fw" : ( (5,6,7,8,9,10,), ("A", "AG",), ),
+ "b0g0initvals2.fw" : ( (2,4,), ("G",), ),
"b0g0initvals5.fw" : ( (5,6,7,8,9,10,), ("G",), ),
"b0g0initvals13.fw" : ( (13,), ("G",), ),
"n0initvals11.fw" : ( (11,12,), ("N",), ),