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

Start supporting API version 84 for new devices.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230926110319.eae20f9fdc06.Ifa9be6482121ea6df364bddc96ea6a7d101366b6@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Gregory Greenman 2023-09-26 11:07:21 +03:00 committed by Johannes Berg
parent 63ef576c9f
commit 7dbbf557b7
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware API version supported */
#define IWL_AX210_UCODE_API_MAX 83
#define IWL_AX210_UCODE_API_MAX 84
/* Lowest firmware API version supported */
#define IWL_AX210_UCODE_API_MIN 59

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX 83
#define IWL_BZ_UCODE_API_MAX 84
/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 80

View File

@ -10,7 +10,7 @@
#include "fw/api/txq.h"
/* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX 83
#define IWL_SC_UCODE_API_MAX 84
/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 82