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

iwlwifi: mvm: add Samsung to the PPAG approved list



Samsung 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.07841f1f45ba.I47eb5a9be3c819683a2175e4db89f366bc9508e2@changeid


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

static int iwl_mvm_ppag_init(struct iwl_mvm *mvm)