Commit 399762de authored by Gregory Greenman's avatar Gregory Greenman Committed by Johannes Berg
Browse files

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

parent 31aeae24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_AX210_UCODE_API_MAX	82
#define IWL_AX210_UCODE_API_MAX	83

/* Lowest firmware API version supported */
#define IWL_AX210_UCODE_API_MIN	59
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX	82
#define IWL_BZ_UCODE_API_MAX	83

/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN	80
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX	82
#define IWL_SC_UCODE_API_MAX	83

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