iwlwifi: mvm: add HP to the PPAG approved list
authorLuca Coelho <luciano.coelho@intel.com>
Sun, 31 Jan 2021 18:22:08 +0000 (20:22 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 5 Feb 2021 09:57:45 +0000 (11:57 +0200)
HP is now part of the OEMs in the approved list for the PPAG feature.
Add it.

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

index e29f2d310fb61152ac3c41bace1aff425dbb4b68..8564f6e40c41401edb1b34057f88dfc2639b60b1 100644 (file)
@@ -1045,6 +1045,11 @@ int iwl_mvm_ppag_send_cmd(struct iwl_mvm *mvm)
 }
 
 static const struct dmi_system_id dmi_ppag_approved_list[] = {
+       { .ident = "HP",
+         .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "HP"),
+               },
+       },
 };
 
 static int iwl_mvm_ppag_init(struct iwl_mvm *mvm)