Skip to content

Commit

Permalink
wifi: iwlwifi: bump FW API to 90 for BZ/SC devices
Browse files Browse the repository at this point in the history
Start supporting API version 90 for new devices.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240218194912.21cf0b641f12.I2f9196191f1ea78e96e92f9db8ecb3cc9bbfd9b3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Miri Korenblit authored and Johannes Berg committed Feb 21, 2024
1 parent 9a43c19 commit 653a90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/cfg/bz.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX 89
#define IWL_BZ_UCODE_API_MAX 90

/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 80
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/cfg/sc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX 89
#define IWL_SC_UCODE_API_MAX 90

/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 82
Expand Down

0 comments on commit 653a90f

Please sign in to comment.