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

Start supporting Core 103 FW on these devices.

Link: https://patch.msgid.link/20260511203428.663b92bb5637.Iae934894dcdfc2e75e305584c57bcb8642804614@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
Miri Korenblit 2026-05-11 20:36:18 +03:00
parent b4dfc8f8ce
commit 605f563c58
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 102
#define IWL_BZ_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 100

View File

@ -9,7 +9,7 @@
#include "fw/api/txq.h"
/* Highest firmware core release supported */
#define IWL_DR_UCODE_CORE_MAX 102
#define IWL_DR_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_DR_UCODE_API_MIN 100

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware core release supported */
#define IWL_SC_UCODE_CORE_MAX 102
#define IWL_SC_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 100