提交 ca176edd 编写于 作者: L Luca Coelho

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: NLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210131201908.41e9812977b9.If19d9a47d0070465a4c1349fcb123db32aee85f7@changeidSigned-off-by: NLuca Coelho <luciano.coelho@intel.com>
上级 a2ac0f48
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册