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 a03d0b5..7e65073 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 c734606..f211413 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