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 0afe4946e4f980f2103860ead254ad934f2df2ee..b40b385ee0df7ac8eb4b4dcc2350c80e602b9933 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 ce6321b7d24156269fd553f4409078b1c3fb24df..f9770b7922fc0ae8c9e97a2062ac4d5102fb1497 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