wifi: iwlwifi: mvm: allow Microsoft to use TAS
authorAlon Giladi <alon.giladi@intel.com>
Sun, 5 Mar 2023 12:16:22 +0000 (14:16 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Mar 2023 19:15:17 +0000 (20:15 +0100)
Add Microsoft to the list of OEMs which 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/20230305124407.662967fec1cc.Icb30cddc049cb5402fd5ab2ce7f95033e478b1b9@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c

index 0c6b49fcb00d4ed4eb2fed38ef4aa09d7d1fa584..45981e22b2dbd9e6236eec52dfd947aedba1fdbe 100644 (file)
@@ -1084,6 +1084,11 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
                },
        },
+       { .ident = "MSFT",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
+               },
+       },
 
        /* keep last */
        {}