Commit 74943017 authored by Miri Korenblit's avatar Miri Korenblit Committed by Johannes Berg

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

Start supporting API version 92 for new devices.
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240618194245.433cfbb6f042.I914da5bd0e2ed25148726f9fb55e7a60b895edfd@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 2917d04b
...@@ -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 91 #define IWL_BZ_UCODE_API_MAX 92
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 90 #define IWL_BZ_UCODE_API_MIN 90
......
...@@ -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 91 #define IWL_SC_UCODE_API_MAX 92
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 90 #define IWL_SC_UCODE_API_MIN 90
......
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