mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
wifi: iwlwifi: bump minimum API version in BZ/SC to 90
Stop supporting older FWs. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Link: https://msgid.link/20240605140327.ff8477233010.Ic8c73bd6749cc5f8ab5297807bb0be9bd96a59fa@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
1077626226
commit
2cbeb1a387
|
|
@ -13,7 +13,7 @@
|
|||
#define IWL_BZ_UCODE_API_MAX 91
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_BZ_UCODE_API_MIN 80
|
||||
#define IWL_BZ_UCODE_API_MIN 90
|
||||
|
||||
/* NVM versions */
|
||||
#define IWL_BZ_NVM_VERSION 0x0a1d
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#define IWL_SC_UCODE_API_MAX 91
|
||||
|
||||
/* Lowest firmware API version supported */
|
||||
#define IWL_SC_UCODE_API_MIN 82
|
||||
#define IWL_SC_UCODE_API_MIN 90
|
||||
|
||||
/* NVM versions */
|
||||
#define IWL_SC_NVM_VERSION 0x0a1d
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user