#include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_AX210_UCODE_API_MAX        84
+#define IWL_AX210_UCODE_API_MAX        86
 
 /* Lowest firmware API version supported */
 #define IWL_AX210_UCODE_API_MIN        59
 
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_BZ_UCODE_API_MAX   84
+#define IWL_BZ_UCODE_API_MAX   86
 
 /* Lowest firmware API version supported */
 #define IWL_BZ_UCODE_API_MIN   80
 
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_SC_UCODE_API_MAX   84
+#define IWL_SC_UCODE_API_MAX   86
 
 /* Lowest firmware API version supported */
 #define IWL_SC_UCODE_API_MIN   82