]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: iwlwifi: fw: Add ASUS to PPAG and TAS list
authorNidhish A N <nidhish.a.n@intel.com>
Tue, 9 Sep 2025 03:21:21 +0000 (06:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:34:21 +0000 (15:34 -0500)
[ Upstream commit c5318e6e1c6436ce35ba521d96975e13cc5119f7 ]

Add ASUS to the list of OEMs that are allowed to use
the PPAG and TAS feature.

Signed-off-by: Nidhish A N <nidhish.a.n@intel.com>
Reviewed-by: Pagadala Yesu Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250909061931.499af6568e89.Iafb2cb1c83ff82712c0e9d5529f76bc226ed12dd@changeid
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intel/iwlwifi/fw/regulatory.c

index 4d9a1f83ef8c2d2601b8893dd10e7e2d5dfea922..03af858440604e7acbfd3ee6cc09e4a501917a73 100644 (file)
@@ -57,11 +57,16 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
                },
        },
-       { .ident = "ASUS",
+       { .ident = "ASUSTEK",
          .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
                },
        },
+       { .ident = "ASUS",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
+               },
+       },
        { .ident = "GOOGLE-HP",
          .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Google"),
@@ -134,11 +139,16 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
                },
        },
-       { .ident = "ASUS",
+       { .ident = "ASUSTEK",
          .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
                },
        },
+       { .ident = "ASUS",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
+               },
+       },
        { .ident = "GOOGLE-HP",
          .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Google"),