From 4a47b7cb4188ba01581278a94fdaf48c401beaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 29 Jun 2018 14:47:00 +0200 Subject: [PATCH] sculpt_manager: update wifi_drv fw ROM rules --- .../gems/src/app/sculpt_manager/runtime/wifi_drv.cc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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);