Author: hauke Date: 2014-07-12 17:41:50 +0200 (Sat, 12 Jul 2014) New Revision: 41595
Modified: trunk/tools/b43-tools/files/b43-fwsquash.py Log: b43-tools: b43-fwsquash.py: manually remove LP-PHY 16 support I have never seen a LP-PHY with core rev 16 or higher, but the ucode will be included, because we need LP-PHY 13 and 15 and N-PHY core rev 16. Comment out the code for now. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/tools/b43-tools/files/b43-fwsquash.py =================================================================== --- trunk/tools/b43-tools/files/b43-fwsquash.py 2014-07-12 15:39:31 UTC (rev 41594) +++ trunk/tools/b43-tools/files/b43-fwsquash.py 2014-07-12 15:41:50 UTC (rev 41595) @@ -74,7 +74,7 @@ "ucode14.fw" : ( (14,), ("LP",), ), "ucode15.fw" : ( (15,), ("LP",), ), "ucode16_mimo.fw" : ( (16,17,18,19,23,), ("N",), ), - "ucode16_lp.fw" : ( (16,17,18,19,), ("LP",), ), +# "ucode16_lp.fw" : ( (16,17,18,19,), ("LP",), ), "ucode24_lcn.fw" : ( (24,), ("LCN",), ), "ucode25_mimo.fw" : ( (25,28,), ("N",), ), "ucode25_lcn.fw" : ( (25,28,), ("LCN",), ), @@ -102,7 +102,7 @@ "lp0initvals13.fw" : ( (13,), ("LP",), ), "lp0initvals14.fw" : ( (14,), ("LP",), ), "lp0initvals15.fw" : ( (15,), ("LP",), ), - "lp0initvals16.fw" : ( (16,17,18,), ("LP",), ), +# "lp0initvals16.fw" : ( (16,17,18,), ("LP",), ), "lcn0initvals24.fw" : ( (24,), ("LCN",), ), "ht0initvals26.fw" : ( (26,), ("HT",), ), "ht0initvals29.fw" : ( (29,), ("HT",), ), @@ -120,7 +120,7 @@ "lp0bsinitvals13.fw" : ( (13,), ("LP",), ), "lp0bsinitvals14.fw" : ( (14,), ("LP",), ), "lp0bsinitvals15.fw" : ( (15,), ("LP",), ), - "lp0bsinitvals16.fw" : ( (16,17,18,), ("LP",), ), +# "lp0bsinitvals16.fw" : ( (16,17,18,), ("LP",), ), "lcn0bsinitvals24.fw" : ( (24,), ("LCN",), ), "ht0bsinitvals26.fw" : ( (26,), ("HT",), ), "ht0bsinitvals29.fw" : ( (29,), ("HT",), ), _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
