aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiri Korenblit <[email protected]>2024-02-05 00:06:04 +0200
committerJohannes Berg <[email protected]>2024-02-08 15:00:45 +0100
commit80b0c88033ff8a9a0d6817ccdeebd512bef06cc0 (patch)
treed7c2976307a825b060b24cd702afc6be450df6fe
parent04ada8599c35ecb2cf16c94eb118d227630d06ee (diff)
wifi: iwlwifi: add HONOR to PPAG approved list
Add HONOR to the list of the OEMs that are allowed to use the PPAG feature Signed-off-by: Miri Korenblit <[email protected]> Reviewed-by: Emmanuel Grumbach <[email protected]> Link: https://msgid.link/20240204235836.3498abc62910.I156c34206c58ff26e73f705cbda6f1a49b88edda@changeid Signed-off-by: Johannes Berg <[email protected]>
-rw-r--r--drivers/net/wireless/intel/iwlwifi/fw/regulatory.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/regulatory.c b/drivers/net/wireless/intel/iwlwifi/fw/regulatory.c
index 21b90278d1f2..597735a660a2 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/regulatory.c
+++ b/drivers/net/wireless/intel/iwlwifi/fw/regulatory.c
@@ -94,6 +94,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
DMI_MATCH(DMI_SYS_VENDOR, "Razer"),
},
},
+ { .ident = "Honor",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "HONOR"),
+ },
+ },
{}
};