]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
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 a8acc755a02cbceff298714da8dfa23b9adac2a7..da5d5f9b2573f29606ca2834bdcf2008582ac169 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 37deaf4fd7b364ccff1ece042b4ae395752722de..d55fd23cafe6f021ff8942c8debbae52d656697f 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