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