wifi: iwlwifi: stop supporting cores 97 to 100

Remove support from cores 97 to 100, including.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20260512082114.3dc9251c69ef.Icc027dc533f06ac007abfa0356774948ffdfaf3d@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
Miri Korenblit 2026-05-12 08:23:03 +03:00
parent 9a007d2d9f
commit 982b8a36c0
3 changed files with 9 additions and 9 deletions

View File

@ -12,8 +12,8 @@
/* Highest firmware core release supported */
#define IWL_BZ_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 100
/* Lowest firmware core release supported */
#define IWL_BZ_UCODE_CORE_MIN 101
/* Memory offsets and lengths */
#define IWL_BZ_SMEM_OFFSET 0x400000
@ -69,7 +69,7 @@ static const struct iwl_family_base_params iwl_bz_base = {
},
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
.ucode_api_max = ENCODE_CORE_AS_API(IWL_BZ_UCODE_CORE_MAX),
.ucode_api_min = IWL_BZ_UCODE_API_MIN,
.ucode_api_min = ENCODE_CORE_AS_API(IWL_BZ_UCODE_CORE_MIN),
};
const struct iwl_mac_cfg iwl_bz_mac_cfg = {

View File

@ -11,8 +11,8 @@
/* Highest firmware core release supported */
#define IWL_DR_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_DR_UCODE_API_MIN 100
/* Lowest firmware core release supported */
#define IWL_DR_UCODE_CORE_MIN 101
/* Memory offsets and lengths */
#define IWL_DR_SMEM_OFFSET 0x400000
@ -70,7 +70,7 @@ static const struct iwl_family_base_params iwl_dr_base = {
},
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
.ucode_api_max = ENCODE_CORE_AS_API(IWL_DR_UCODE_CORE_MAX),
.ucode_api_min = IWL_DR_UCODE_API_MIN,
.ucode_api_min = ENCODE_CORE_AS_API(IWL_DR_UCODE_CORE_MIN),
};
const struct iwl_mac_cfg iwl_dr_mac_cfg = {

View File

@ -12,8 +12,8 @@
/* Highest firmware core release supported */
#define IWL_SC_UCODE_CORE_MAX 103
/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 100
/* Lowest firmware core release supported */
#define IWL_SC_UCODE_CORE_MIN 101
/* Memory offsets and lengths */
#define IWL_SC_SMEM_OFFSET 0x400000
@ -75,7 +75,7 @@ static const struct iwl_family_base_params iwl_sc_base = {
},
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
.ucode_api_max = ENCODE_CORE_AS_API(IWL_SC_UCODE_CORE_MAX),
.ucode_api_min = IWL_SC_UCODE_API_MIN,
.ucode_api_min = ENCODE_CORE_AS_API(IWL_SC_UCODE_CORE_MIN),
};
const struct iwl_mac_cfg iwl_sc_mac_cfg = {