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 64690c1..aa575fb 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 cde4f26..990cf2b 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 4d68985..a2c7946 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 4d78232..ea16185 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