iwlwifi: bump API to 14
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 26 May 2015 08:59:53 +0000 (11:59 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 28 May 2015 10:35:04 +0000 (13:35 +0300)
The iwlmvm driver is now able to handle -14.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 0afe494..b40b385 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX  13
+#define IWL7260_UCODE_API_MAX  14
 
 /* Oldest version we won't warn about */
 #define IWL7260_UCODE_API_OK   12
index ce6321b..f9770b7 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  13
+#define IWL8000_UCODE_API_MAX  14
 
 /* Oldest version we won't warn about */
 #define IWL8000_UCODE_API_OK   12