iwlwifi: bump firmware API version for 9000 and 22000 series devices
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 May 2018 09:01:12 +0000 (11:01 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Sat, 6 Oct 2018 07:25:52 +0000 (10:25 +0300)
Bump the firmware API version to 41.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 a8acc75..da5d5f9 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        38
+#define IWL_22000_UCODE_API_MAX        41
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index 37deaf4..d55fd23 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  38
+#define IWL9000_UCODE_API_MAX  41
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30