Skip to content

Commit

Permalink
wifi: iwlwifi: add WIKO to PPAG approved list
Browse files Browse the repository at this point in the history
Add WIKO to the list of the OEMs that are allowed to use
the PPAG feature

Signed-off-by: Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241231135726.d2ba5aee512a.I529cfefabd04c64d801895d6a274e3225a952090@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Anjaneyulu authored and Johannes Berg committed Jan 13, 2025
1 parent 2a42868 commit 9621358
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/net/wireless/intel/iwlwifi/fw/regulatory.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ static const struct dmi_system_id dmi_ppag_approved_list[] = {
DMI_MATCH(DMI_SYS_VENDOR, "HONOR"),
},
},
{ .ident = "WIKO",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "WIKO"),
},
},
{}
};

Expand Down

0 comments on commit 9621358

Please sign in to comment.