]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: bump FW API to 45 for 9000 and 22000 series
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 31 Oct 2018 09:15:30 +0000 (11:15 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:41 +0000 (11:29 +0200)
Start supporting API version 45 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 28d8c3477371164b734c9255fd34486bbd4fe1d4..e4933c355dfd2a7eaff1eb5c56c9c5b22bb2d32e 100644 (file)
@@ -56,7 +56,7 @@
 #include "iwl-config.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        44
+#define IWL_22000_UCODE_API_MAX        45
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39
index 84adfd902002f37786e2aab12096a84f9780fbce..35c1851337e6ab07891fbb3522299a9bba31d9d9 100644 (file)
@@ -57,7 +57,7 @@
 #include "fw/file.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  44
+#define IWL9000_UCODE_API_MAX  45
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30