]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iwlwifi: mvm: bump firmware API to 17
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 23 Aug 2015 09:54:16 +0000 (12:54 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 23 Aug 2015 09:54:16 +0000 (12:54 +0300)
The driver is now able to handle -17.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 413b63e09717ad9445bbe04b693ce2782d7ec2d4..6951aba620eb74a13f6fc2c2da36a043272d8a43 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX  16
+#define IWL7260_UCODE_API_MAX  17
 
 /* Oldest version we won't warn about */
 #define IWL7260_UCODE_API_OK   12
index 8324bc8987a944c913125b8c47b35db7c300c8f7..197abe43ddc532eb418f8271fafaff0f7e0218b8 100644 (file)
@@ -69,7 +69,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  16
+#define IWL8000_UCODE_API_MAX  17
 
 /* Oldest version we won't warn about */
 #define IWL8000_UCODE_API_OK   12