Commit ceaecec8 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach

iwlwifi: 7000: warn about old firmware

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: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 56c2477f
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
#define IWL3160_UCODE_API_MAX 8 #define IWL3160_UCODE_API_MAX 8
/* Oldest version we won't warn about */ /* Oldest version we won't warn about */
#define IWL7260_UCODE_API_OK 7 #define IWL7260_UCODE_API_OK 8
#define IWL3160_UCODE_API_OK 7 #define IWL3160_UCODE_API_OK 8
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL7260_UCODE_API_MIN 7 #define IWL7260_UCODE_API_MIN 7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment