Commit 4a76553c authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: mvm: add Microsoft to the PPAG approved list



Microsoft is now approved to use the PPAG feature.  Add it to the
approved list.

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


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent dd158ed6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1055,6 +1055,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
			DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD"),
		},
	},
	{ .ident = "MSFT",
	  .matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
		},
	},
};

static int iwl_mvm_ppag_init(struct iwl_mvm *mvm)