]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iwlwifi: mvm: add Asus to the PPAG approved list
authorLuca Coelho <luciano.coelho@intel.com>
Sun, 31 Jan 2021 18:22:11 +0000 (20:22 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 5 Feb 2021 09:57:47 +0000 (11:57 +0200)
Asus is now approved to use the PPAG feature.  Add it to the approved
list.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210131201908.fae78b768080.Id649ccc8f3b923be2618ad44cd4f7732871e1469@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c

index b5101c31071b58e462bd7c2923bd1d56994cebf2..1e9ed09bf1dd6c7fcefa0fdfa7b60055093789f5 100644 (file)
@@ -1060,6 +1060,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
                },
        },
+       { .ident = "ASUS",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTek COMPUTER INC."),
+               },
+       },
 };
 
 static int iwl_mvm_ppag_init(struct iwl_mvm *mvm)