iwlwifi: 7000: warn about old firmware
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 30 Dec 2013 06:17:02 +0000 (08:17 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 3 Feb 2014 20:23:33 +0000 (22:23 +0200)
iwlwifi-7260-8.ucode has been release. Warn if it is not
on the file system.
iwlwifi-7260-7.ucode is still supported for another kernel
version.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-7000.c

index 1270f0c..a43e4d1 100644 (file)
@@ -71,8 +71,8 @@
 #define IWL3160_UCODE_API_MAX  8
 
 /* Oldest version we won't warn about */
-#define IWL7260_UCODE_API_OK   7
-#define IWL3160_UCODE_API_OK   7
+#define IWL7260_UCODE_API_OK   8
+#define IWL3160_UCODE_API_OK   8
 
 /* Lowest firmware API version supported */
 #define IWL7260_UCODE_API_MIN  7