Skip to content

Commit

Permalink
wifi: iwlwifi: mvm: fix OEM's name in the tas approved list
Browse files Browse the repository at this point in the history
[ Upstream commit d0246a0 ]

Fix a spelling mistake.

Fixes: 2856f62 ("iwlwifi: mvm: Add list of OEMs allowed to use TAS")
Signed-off-by: Alon Giladi <alon.giladi@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230514120631.4090de6d1878.If9391ef6da78f1b2cc5eb6cb8f6965816bb7a7f5@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Alon Giladi authored and gregkh committed May 24, 2023
1 parent 643aa17 commit 3b7cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/mvm/fw.c
Expand Up @@ -1076,7 +1076,7 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
},
{ .ident = "LENOVO",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Lenovo"),
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
},
},
{ .ident = "DELL",
Expand Down

0 comments on commit 3b7cd9b

Please sign in to comment.