mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
wifi: iwlwifi: bump MIN API in HR/GF/BZ/SC/DR
Stop supporting API 98. Since API 99 will not be released, bump to 100. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250821174726.2425334-3-miriam.rachel.korenblit@intel.com
This commit is contained in:
parent
17e580918d
commit
8788f6b3c6
|
|
@ -13,7 +13,7 @@
|
|||
#define IWL_BZ_UCODE_API_MAX 102
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_BZ_UCODE_API_MIN 98
|
||||
#define IWL_BZ_UCODE_API_MIN 100
|
||||
|
||||
/* Memory offsets and lengths */
|
||||
#define IWL_BZ_SMEM_OFFSET 0x400000
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#define IWL_DR_UCODE_API_MAX 102
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_DR_UCODE_API_MIN 98
|
||||
#define IWL_DR_UCODE_API_MIN 100
|
||||
|
||||
/* Memory offsets and lengths */
|
||||
#define IWL_DR_SMEM_OFFSET 0x400000
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#define IWL_GF_UCODE_API_MAX 100
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_GF_UCODE_API_MIN 98
|
||||
#define IWL_GF_UCODE_API_MIN 100
|
||||
|
||||
#define IWL_SO_A_GF_A_FW_PRE "iwlwifi-so-a0-gf-a0"
|
||||
#define IWL_TY_A_GF_A_FW_PRE "iwlwifi-ty-a0-gf-a0"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#define IWL_HR_UCODE_API_MAX 100
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_HR_UCODE_API_MIN 98
|
||||
#define IWL_HR_UCODE_API_MIN 100
|
||||
|
||||
#define IWL_QU_B_HR_B_FW_PRE "iwlwifi-Qu-b0-hr-b0"
|
||||
#define IWL_QU_C_HR_B_FW_PRE "iwlwifi-Qu-c0-hr-b0"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#define IWL_SC_UCODE_API_MAX 102
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_SC_UCODE_API_MIN 98
|
||||
#define IWL_SC_UCODE_API_MIN 100
|
||||
|
||||
/* NVM versions */
|
||||
#define IWL_SC_NVM_VERSION 0x0a1d
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user