Skip to content

Commit 96a3598

Browse files
Miriam-Racheljmberg-intel
authored andcommitted
wifi: iwlwifi: bump minimum API version in BZ/SC to 93
Stop supporting older FWs. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250308231427.73e962ca3e6c.I942fa8cafc1791b9330ad18e2599fae11d7b3336@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent d8bc6f2 commit 96a3598

File tree

2 files changed

+2
-2
lines changed
  • drivers/net/wireless/intel/iwlwifi/cfg

2 files changed

+2
-2
lines changed

drivers/net/wireless/intel/iwlwifi/cfg/bz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define IWL_BZ_UCODE_API_MAX 98
1414

1515
/* Lowest firmware API version supported */
16-
#define IWL_BZ_UCODE_API_MIN 92
16+
#define IWL_BZ_UCODE_API_MIN 93
1717

1818
/* NVM versions */
1919
#define IWL_BZ_NVM_VERSION 0x0a1d

drivers/net/wireless/intel/iwlwifi/cfg/sc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define IWL_SC_UCODE_API_MAX 98
1414

1515
/* Lowest firmware API version supported */
16-
#define IWL_SC_UCODE_API_MIN 92
16+
#define IWL_SC_UCODE_API_MIN 93
1717

1818
/* NVM versions */
1919
#define IWL_SC_NVM_VERSION 0x0a1d

0 commit comments

Comments
 (0)