]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: iwlwifi: add WIKO to PPAG approved list
authorAnjaneyulu <pagadala.yesu.anjaneyulu@intel.com>
Tue, 31 Dec 2024 11:59:08 +0000 (13:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 13 Jan 2025 14:34:06 +0000 (15:34 +0100)
Add WIKO to the list of the OEMs that are allowed to use
the PPAG feature

Signed-off-by: Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241231135726.d2ba5aee512a.I529cfefabd04c64d801895d6a274e3225a952090@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/regulatory.c

index bc359a336fd60c475c84b9a95b547514529afeb4..27423202a8649f8d22e08e10bb92cca18cea41a9 100644 (file)
@@ -101,6 +101,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "HONOR"),
                },
        },
+       { .ident = "WIKO",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "WIKO"),
+               },
+       },
        {}
 };