diff --git a/repos/gems/src/app/sculpt_manager/runtime/wifi_drv.cc b/repos/gems/src/app/sculpt_manager/runtime/wifi_drv.cc index 58ad9d6829..1da8a30519 100644 --- a/repos/gems/src/app/sculpt_manager/runtime/wifi_drv.cc +++ b/repos/gems/src/app/sculpt_manager/runtime/wifi_drv.cc @@ -56,14 +56,16 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml) gen_parent_rom_route(xml, "wpa_driver_nl80211.lib.so"); gen_parent_rom_route(xml, "wpa_supplicant.lib.so"); gen_parent_rom_route(xml, "iwlwifi-1000-5.ucode"); - gen_parent_rom_route(xml, "iwlwifi-3160-16.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-6000-4.ucode"); gen_parent_rom_route(xml, "iwlwifi-6000g2a-6.ucode"); gen_parent_rom_route(xml, "iwlwifi-6000g2b-6.ucode"); - gen_parent_rom_route(xml, "iwlwifi-7260-16.ucode"); - gen_parent_rom_route(xml, "iwlwifi-7265-16.ucode"); - gen_parent_rom_route(xml, "iwlwifi-7265D-16.ucode"); - gen_parent_rom_route(xml, "iwlwifi-8000C-16.ucode"); + gen_parent_rom_route(xml, "iwlwifi-7260-17.ucode"); + gen_parent_rom_route(xml, "iwlwifi-7265-17.ucode"); + 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_route (xml); gen_parent_route (xml); gen_parent_route (xml);