aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/files
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-12-26 23:15:16 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-12-26 23:15:16 +0000
commitabade416d152b1c48cc711b0d994e9cdd279da4e (patch)
treef66345d5cf61823f1fddd0d589fc5707842dd0fe /package/mac80211/files
parent3c175fb47c2667394119e720b14f8d202f53d3c7 (diff)
downloadupstream-abade416d152b1c48cc711b0d994e9cdd279da4e.tar.gz
upstream-abade416d152b1c48cc711b0d994e9cdd279da4e.tar.bz2
upstream-abade416d152b1c48cc711b0d994e9cdd279da4e.zip
b43 and b43legacy: squash firmware
Only G and L-PHY are supportted by b43 driver Add squash firmware for b43legacy SVN-Revision: 18947
Diffstat (limited to 'package/mac80211/files')
-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",), ),