From b1efecf94bbf2c4b5106f3a7846d1008105fafd7 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 26 Dec 2009 23:15:16 +0000 Subject: [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 --- package/mac80211/files/host_bin/b43-fwsquash.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/mac80211/files/host_bin') 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",), ), -- cgit v1.2.3