Commit ca176edd authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: mvm: add HP to the PPAG approved list



HP is now part of the OEMs in the approved list for the PPAG feature.
Add it.

Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210131201908.41e9812977b9.If19d9a47d0070465a4c1349fcb123db32aee85f7@changeid


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent a2ac0f48
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)