iwlwifi: bump mvm firmware API to 16
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 16 Aug 2015 07:39:49 +0000 (10:39 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 18 Aug 2015 07:25:25 +0000 (10:25 +0300)
The driver is now able to handle -16.ucode.

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

index fa35da4..413b63e 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX  15
+#define IWL7260_UCODE_API_MAX  16
 
 /* Oldest version we won't warn about */
 #define IWL7260_UCODE_API_OK   12
index 92709ad..8324bc8 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  15
+#define IWL8000_UCODE_API_MAX  16
 
 /* Oldest version we won't warn about */
 #define IWL8000_UCODE_API_OK   12