wifi: iwlwifi: bump maximum core version for BZ/SC/DR to 105

Start supporting Core 105 FW on these devices.

Link: https://patch.msgid.link/20260517100550.8674feeafcad.I3d3ae3a7acb976a947cd7e65a8d7fb8199d2e1ab@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
Miri Korenblit 2026-05-17 10:59:47 +03:00
parent a40ad60a47
commit d157c79643
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware core release supported */
#define IWL_BZ_UCODE_CORE_MAX 104
#define IWL_BZ_UCODE_CORE_MAX 105
/* Lowest firmware core release supported */
#define IWL_BZ_UCODE_CORE_MIN 101

View File

@ -9,7 +9,7 @@
#include "fw/api/txq.h"
/* Highest firmware core release supported */
#define IWL_DR_UCODE_CORE_MAX 104
#define IWL_DR_UCODE_CORE_MAX 105
/* Lowest firmware core release supported */
#define IWL_DR_UCODE_CORE_MIN 101

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware core release supported */
#define IWL_SC_UCODE_CORE_MAX 104
#define IWL_SC_UCODE_CORE_MAX 105
/* Lowest firmware core release supported */
#define IWL_SC_UCODE_CORE_MIN 101