diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-08-26 12:48:55 +0200 |
---|---|---|
committer | Luciano Coelho <luciano.coelho@intel.com> | 2015-08-28 12:26:36 +0200 |
commit | 3c1f84a174e425f2e7a687a6cfd791f609cbc9eb (patch) | |
tree | d4e7932b8da7922899896c48bfdbf08c584bce7d /drivers/net/wireless/iwlwifi/iwl-7000.c | |
parent | iwlwifi: mvm: don't NUL-terminate low-latency debugfs file (diff) | |
download | linux-3c1f84a174e425f2e7a687a6cfd791f609cbc9eb.tar.xz linux-3c1f84a174e425f2e7a687a6cfd791f609cbc9eb.zip |
iwlwifi: mvm: don't load -12.ucode anymore
-13.ucode has been published long ago. Deprecate old
versions of the firmware.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-7000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-7000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-7000.c b/drivers/net/wireless/iwlwifi/iwl-7000.c index 6951aba620eb..22c2430c9389 100644 --- a/drivers/net/wireless/iwlwifi/iwl-7000.c +++ b/drivers/net/wireless/iwlwifi/iwl-7000.c @@ -72,11 +72,11 @@ #define IWL7260_UCODE_API_MAX 17 /* Oldest version we won't warn about */ -#define IWL7260_UCODE_API_OK 12 +#define IWL7260_UCODE_API_OK 13 #define IWL3165_UCODE_API_OK 13 /* Lowest firmware API version supported */ -#define IWL7260_UCODE_API_MIN 12 +#define IWL7260_UCODE_API_MIN 13 #define IWL3165_UCODE_API_MIN 13 /* NVM versions */ |