From: Alon Giladi Date: Wed, 31 May 2023 16:50:03 +0000 (+0300) Subject: wifi: iwlwifi: Add Dell to ppag approved list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e6942121e1956191dce0779cb8228f64d19e1d9;p=linux.git wifi: iwlwifi: Add Dell to ppag approved list Add 2 new entries for Dell in PPAG approved list. Signed-off-by: Alon Giladi Signed-off-by: Gregory Greenman Link: https://lore.kernel.org/r/20230531194630.a2696f0538ef.I324e4a0cc4696c27830a490b79c42dfeff8ba074@changeid Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c index 9ee9e0cb722c0..ba94f6e6be62d 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/acpi.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/acpi.c @@ -59,6 +59,16 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = { DMI_MATCH(DMI_BOARD_VENDOR, "SAMSUNG ELECTRONICS CO., LTD"), }, }, + { .ident = "DELL", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + }, + }, + { .ident = "DELL", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), + }, + }, {} };