iwlwifi: mvm: bump max API to 26
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 26 Jul 2016 20:22:01 +0000 (23:22 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 16 Sep 2016 06:10:31 +0000 (09:10 +0300)
The driver now support version 26 of the firmware APIs.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-7000.c
drivers/net/wireless/intel/iwlwifi/iwl-8000.c
drivers/net/wireless/intel/iwlwifi/iwl-9000.c
drivers/net/wireless/intel/iwlwifi/iwl-a000.c

index 64690c14ff4d3c6adf3613a2edf9e75d66322078..aa575fb9dea051ed334a3d51b78ad9a4ddfeccf3 100644 (file)
@@ -73,8 +73,8 @@
 /* Highest firmware API version supported */
 #define IWL7260_UCODE_API_MAX  17
 #define IWL7265_UCODE_API_MAX  17
-#define IWL7265D_UCODE_API_MAX 24
-#define IWL3168_UCODE_API_MAX  24
+#define IWL7265D_UCODE_API_MAX 26
+#define IWL3168_UCODE_API_MAX  26
 
 /* Lowest firmware API version supported */
 #define IWL7260_UCODE_API_MIN  16
index cde4f265e4e58f20766d048f44c71dac80355e3d..990cf2b175172c0c84cba8da04551c8c4e7a1e2b 100644 (file)
@@ -70,8 +70,8 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  24
-#define IWL8265_UCODE_API_MAX  24
+#define IWL8000_UCODE_API_MAX  26
+#define IWL8265_UCODE_API_MAX  26
 
 /* Lowest firmware API version supported */
 #define IWL8000_UCODE_API_MIN  16
index 4d6898515046429d8aa23309609386382094b4db..a2c7946c12c9ce54897b0c2b9a3b39fe8ab452e6 100644 (file)
@@ -55,7 +55,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  24
+#define IWL9000_UCODE_API_MAX  26
 
 /* Lowest firmware API version supported */
 #define IWL9000_UCODE_API_MIN  16
index 4d78232c8afeb966999fa77c07f5e5282480fff0..ea16185258788a2235d1c7055d8bdae107b0caa1 100644 (file)
@@ -55,7 +55,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL_A000_UCODE_API_MAX 24
+#define IWL_A000_UCODE_API_MAX 26
 
 /* Lowest firmware API version supported */
 #define IWL_A000_UCODE_API_MIN 24