]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 eb93711d474bf8b5904454ef9ce0ac00cdadc64c..c547288d32aa394091969316096ca6822f6a644e 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 113bcf7735a0c60d37eec0207e6c5574a9f1fcb4..84adfd902002f37786e2aab12096a84f9780fbce 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