Skip to content

Commit b5b0cb5

Browse files
Miriam-Racheljmberg-intel
authored andcommitted
wifi: iwlwifi: bump FW API to 90 for BZ/SC devices
Start supporting API version 90 for new devices. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240506095953.4e4b19128b56.I2f9196191f1ea78e96e92f9db8ecb3cc9bbfd9b3@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 4e8a56a commit b5b0cb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • drivers/net/wireless/intel/iwlwifi/cfg

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "fw/api/txq.h"
1111

1212
/* Highest firmware API version supported */
13-
#define IWL_BZ_UCODE_API_MAX 89
13+
#define IWL_BZ_UCODE_API_MAX 90
1414

1515
/* Lowest firmware API version supported */
1616
#define IWL_BZ_UCODE_API_MIN 80

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "fw/api/txq.h"
1111

1212
/* Highest firmware API version supported */
13-
#define IWL_SC_UCODE_API_MAX 89
13+
#define IWL_SC_UCODE_API_MAX 90
1414

1515
/* Lowest firmware API version supported */
1616
#define IWL_SC_UCODE_API_MIN 82

0 commit comments

Comments
 (0)