b43-fwsquash: ucode2.fw also supports core rev 3

SVN-Revision: 18948
owl
Michael Büsch 2009-12-26 23:20:24 +00:00
parent abade416d1
commit bced3bd81b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def phytypes_match(types_a, types_b):
return False return False
revmapping = { revmapping = {
"ucode2.fw" : (2,), "ucode2.fw" : (2,3,),
"ucode4.fw" : (4,), "ucode4.fw" : (4,),
"ucode5.fw" : (5,6,7,8,9,10,), "ucode5.fw" : (5,6,7,8,9,10,),
"ucode11.fw" : (11,12,), "ucode11.fw" : (11,12,),