iwlwifi: bump FW API to 45 for 9000 and 22000 series
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 31 Oct 2018 09:15:30 +0000 (11:15 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:41 +0000 (11:29 +0200)
Start supporting API version 45 where applicable.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/cfg/9000.c

index 28d8c34..e4933c3 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        44
+#define IWL_22000_UCODE_API_MAX        45
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index 84adfd9..35c1851 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  44
+#define IWL9000_UCODE_API_MAX  45
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30