Commit 653a90f6 authored by Miri Korenblit's avatar Miri Korenblit Committed by Johannes Berg
Browse files

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

parent 9a43c190
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_BZ_UCODE_API_MAX	89
#define IWL_BZ_UCODE_API_MAX	90

/* 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	89
#define IWL_SC_UCODE_API_MAX	90

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