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 28f6e63..48f6f80 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 9bb7c19..3f4d9ba 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 e7e75b4..90a1d14 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