Commit 653a90f6 authored by Miri Korenblit's avatar Miri Korenblit Committed by Johannes Berg

wifi: iwlwifi: bump FW API to 90 for BZ/SC devices

Start supporting API version 90 for new devices.
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240218194912.21cf0b641f12.I2f9196191f1ea78e96e92f9db8ecb3cc9bbfd9b3@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 9a43c190
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "fw/api/txq.h" #include "fw/api/txq.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX 89 #define IWL_BZ_UCODE_API_MAX 90
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 80 #define IWL_BZ_UCODE_API_MIN 80
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "fw/api/txq.h" #include "fw/api/txq.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX 89 #define IWL_SC_UCODE_API_MAX 90
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 82 #define IWL_SC_UCODE_API_MIN 82
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment