iwlwifi: bump FW API to 46 for 9000 and 22000 series
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Dec 2018 08:01:56 +0000 (09:01 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:46 +0000 (11:29 +0200)
Start supporting API version 46 where applicable.

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 6f231d05fc1b5f9f3082348037cf01a8f98984e4..b9dd50174857b0ee619b6e4e6b10c03ea38013a8 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        45
+#define IWL_22000_UCODE_API_MAX        46
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index 35c1851337e6ab07891fbb3522299a9bba31d9d9..3225b64eb8454914fda7518904d43948b0aec9da 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  45
+#define IWL9000_UCODE_API_MAX  46
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30