wifi_drv: enable loading of 9000 series FW

Tested with a 'Intel(R) Wireless-AC 9462' device.

Fixes #3556.
This commit is contained in:
Josef Söntgen
2019-11-20 10:50:56 +01:00
committed by Josef Söntgen
parent 2afc02051c
commit 25aa25c6a0
5 changed files with 9 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml)
gen_parent_rom_route(xml, "iwlwifi-7265D-29.ucode");
gen_parent_rom_route(xml, "iwlwifi-8000C-36.ucode");
gen_parent_rom_route(xml, "iwlwifi-8265-36.ucode");
gen_parent_rom_route(xml, "iwlwifi-9000-pu-b0-jf-b0-34.ucode");
gen_parent_rom_route(xml, "regulatory.db");
gen_parent_route<Cpu_session> (xml);
gen_parent_route<Pd_session> (xml);