wifi_drv: enable loading of 5000 series FW

Fixes #3502.
This commit is contained in:
Josef Söntgen
2019-09-23 17:24:34 +02:00
committed by Christian Helmuth
parent 1782c6be79
commit c5706e8f4a
5 changed files with 6 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml)
gen_parent_rom_route(xml, "iwlwifi-1000-5.ucode");
gen_parent_rom_route(xml, "iwlwifi-3160-17.ucode");
gen_parent_rom_route(xml, "iwlwifi-3168-17.ucode");
gen_parent_rom_route(xml, "iwlwifi-5000-5.ucode");
gen_parent_rom_route(xml, "iwlwifi-6000-4.ucode");
gen_parent_rom_route(xml, "iwlwifi-6000g2a-6.ucode");
gen_parent_rom_route(xml, "iwlwifi-6000g2b-6.ucode");