Skip to content

Commit eca7296

Browse files
Alon Giladijmberg-intel
authored andcommitted
wifi: iwlwifi: fix OEM's name in the ppag approved list
Fix a spelling mistake. Fixes: e8e10a3 ("iwlwifi: acpi: move ppag code from mvm to fw/acpi") Signed-off-by: Alon Giladi <[email protected]> Signed-off-by: Gregory Greenman <[email protected]> Link: https://lore.kernel.org/r/20230514120631.fdd07f36a8bf.I223e5fb16ab5c95d504c3fdaffd0bd70affad1c2@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent e234c36 commit eca7296

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/intel/iwlwifi/fw

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
3838
},
3939
{ .ident = "ASUS",
4040
.matches = {
41-
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTek COMPUTER INC."),
41+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
4242
},
4343
},
4444
{}

0 commit comments

Comments
 (0)