]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iwlwifi: 7000: bump API to 9
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 9 Apr 2014 16:27:25 +0000 (19:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jun 2014 17:28:09 +0000 (10:28 -0700)
commit 431031851ea72a25abb9ad4df56a0f3b997e3026 upstream.

This will allow to load the new firmware.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/iwlwifi/iwl-7000.c

index a42324eb179b2da4b6e823850b020801f9070a1f..e1d546665ae8508f36c2044bb16fbabe16d56326 100644 (file)
@@ -67,8 +67,8 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX  8
-#define IWL3160_UCODE_API_MAX  8
+#define IWL7260_UCODE_API_MAX  9
+#define IWL3160_UCODE_API_MAX  9
 
 /* Oldest version we won't warn about */
 #define IWL7260_UCODE_API_OK   7