Commit 12e1a6a5 authored by Miri Korenblit's avatar Miri Korenblit Committed by Johannes Berg

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

Start supporting API version 88 for new devices.
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: default avatarGregory Greenman <gregory.greenman@intel.com>
Link: https://msgid.link/20240201155157.e35556d3f956.I6543857041a33e2b35e67eecf648c9cc6972e60a@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c1b393a7
...@@ -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_AX210_UCODE_API_MAX 87 #define IWL_AX210_UCODE_API_MAX 88
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_AX210_UCODE_API_MIN 59 #define IWL_AX210_UCODE_API_MIN 59
......
...@@ -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 87 #define IWL_BZ_UCODE_API_MAX 88
/* 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 87 #define IWL_SC_UCODE_API_MAX 88
/* 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