OSDN Git Service

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

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

index 8564f6e..54e9943 100644 (file)
@@ -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)