Skip to content

Commit d0246a0

Browse files
Alon Giladijmberg-intel
authored andcommitted
wifi: iwlwifi: mvm: fix OEM's name in the tas approved list
Fix a spelling mistake. Fixes: 2856f62 ("iwlwifi: mvm: Add list of OEMs allowed to use TAS") Signed-off-by: Alon Giladi <[email protected]> Signed-off-by: Gregory Greenman <[email protected]> Link: https://lore.kernel.org/r/20230514120631.4090de6d1878.If9391ef6da78f1b2cc5eb6cb8f6965816bb7a7f5@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent eca7296 commit d0246a0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
10911091
},
10921092
{ .ident = "LENOVO",
10931093
.matches = {
1094-
DMI_MATCH(DMI_SYS_VENDOR, "Lenovo"),
1094+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
10951095
},
10961096
},
10971097
{ .ident = "DELL",

0 commit comments

Comments
 (0)