iwlwifi: bump FW API to 44 for 9000 and 22000 series
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 6 Sep 2018 14:56:58 +0000 (17:56 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:27:17 +0000 (12:27 +0200)
Start supporting API version 44 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 eb93711..c547288 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        43
+#define IWL_22000_UCODE_API_MAX        44
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index 113bcf7..84adfd9 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  43
+#define IWL9000_UCODE_API_MAX  44
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30