]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
iwlwifi: bump the API version to 43 for 9000 and 22000
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 13 Jun 2018 12:26:37 +0000 (15:26 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:11:13 +0000 (09:11 +0200)
Bump the API version to 43 for 9000 and 22000 devices.

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

index a03d0b5617afa068fa92456463d2baebab8b6380..7e65073834b7a318164de9c61ce61991fb5a216b 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        41
+#define IWL_22000_UCODE_API_MAX        43
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index c73460684a0c2d8b784a0d0f0c91fb19a3272dc6..f2114137c13f99f56717c16bf84e550ef73b3892 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  41
+#define IWL9000_UCODE_API_MAX  43
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30