Skip to content

Commit c5318e6

Browse files
Nidhish-IntelMiriam-Rachel
authored andcommitted
wifi: iwlwifi: fw: Add ASUS to PPAG and TAS list
Add ASUS to the list of OEMs that are allowed to use the PPAG and TAS feature. Signed-off-by: Nidhish A N <[email protected]> Reviewed-by: Pagadala Yesu Anjaneyulu <[email protected]> Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250909061931.499af6568e89.Iafb2cb1c83ff82712c0e9d5529f76bc226ed12dd@changeid
1 parent 7a7c526 commit c5318e6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

drivers/net/wireless/intel/iwlwifi/fw/regulatory.c

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
5959
DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
6060
},
6161
},
62-
{ .ident = "ASUS",
62+
{ .ident = "ASUSTEK",
6363
.matches = {
6464
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
6565
},
6666
},
67+
{ .ident = "ASUS",
68+
.matches = {
69+
DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
70+
},
71+
},
6772
{ .ident = "GOOGLE-HP",
6873
.matches = {
6974
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
@@ -141,11 +146,16 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
141146
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
142147
},
143148
},
144-
{ .ident = "ASUS",
149+
{ .ident = "ASUSTEK",
145150
.matches = {
146151
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
147152
},
148153
},
154+
{ .ident = "ASUS",
155+
.matches = {
156+
DMI_MATCH(DMI_SYS_VENDOR, "ASUS"),
157+
},
158+
},
149159
{ .ident = "GOOGLE-HP",
150160
.matches = {
151161
DMI_MATCH(DMI_SYS_VENDOR, "Google"),

0 commit comments

Comments
 (0)