iwlwifi: bump the iwlmvm API number to 15
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 3 Jun 2015 06:54:18 +0000 (09:54 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 3 Jun 2015 06:54:18 +0000 (09:54 +0300)
The driver is now ready to handle the -15.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 b40b385ee0df7ac8eb4b4dcc2350c80e602b9933..cc35f796d406156286164410aa7d1adcd087c015 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX  14
+#define IWL7260_UCODE_API_MAX  15
 
 /* Oldest version we won't warn about */
 #define IWL7260_UCODE_API_OK   12
index 5c08f7035b4f6d4c44933c3b18bcc3455096300a..72040cd0b9794e6790daaa7f887089692ccb1d5e 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  14
+#define IWL8000_UCODE_API_MAX  15
 
 /* Oldest version we won't warn about */
 #define IWL8000_UCODE_API_OK   12