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 b40b385..cc35f79 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 5c08f70..72040cd 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