iwlwifi: bump FW API to 36 for 8000 and up
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Aug 2017 07:39:27 +0000 (10:39 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Dec 2017 19:01:39 +0000 (21:01 +0200)
Load version 36 of the API for these devices, if available.  We
skipped version 35.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/cfg/8000.c
drivers/net/wireless/intel/iwlwifi/cfg/9000.c

index 28f6e63b9b67d847ca43c9eaa76fca6461a3f1e8..48f6f80eb24bcc0508b09b99222109ef955b6dd4 100644 (file)
@@ -55,7 +55,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        34
+#define IWL_22000_UCODE_API_MAX        36
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        24
index 9bb7c19d48eb4cc5171c05054333774cc0c52e06..3f4d9bac9f73a03d5c8b814876c03bf998b7f148 100644 (file)
@@ -70,8 +70,8 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  34
-#define IWL8265_UCODE_API_MAX  34
+#define IWL8000_UCODE_API_MAX  36
+#define IWL8265_UCODE_API_MAX  36
 
 /* Lowest firmware API version supported */
 #define IWL8000_UCODE_API_MIN  22
index e7e75b4580052f4591365b4eac580f809324282b..90a1d14cf7d2b4040a72dc26ce3d2c4f37b7d682 100644 (file)
@@ -55,7 +55,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  34
+#define IWL9000_UCODE_API_MAX  36
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  30