diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-11-24 07:50:14 +0100 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-01 11:04:36 +0100 |
commit | 6d8e09ee77a73466282cf07b67249c4792594a97 (patch) | |
tree | 086cd4f4004f3c2645b351ce0654d55c9d98628c /drivers/net/wireless/iwlwifi/iwl-8000.c | |
parent | iwlwifi: mvm: check and report if wake up was due to net detect (diff) | |
download | linux-6d8e09ee77a73466282cf07b67249c4792594a97.tar.xz linux-6d8e09ee77a73466282cf07b67249c4792594a97.zip |
iwlwifi: deprecate -8.ucode for 3160 / 7260 / 7265
This firmware is not supported anymore.
Stop loading this firmware - and remove the code that
handled older versions.
Reviewed-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-8000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-8000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-8000.c b/drivers/net/wireless/iwlwifi/iwl-8000.c index d0357b37fd8f..1211569619d9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-8000.c +++ b/drivers/net/wireless/iwlwifi/iwl-8000.c @@ -72,10 +72,10 @@ #define IWL8000_UCODE_API_MAX 10 /* Oldest version we won't warn about */ -#define IWL8000_UCODE_API_OK 8 +#define IWL8000_UCODE_API_OK 10 /* Lowest firmware API version supported */ -#define IWL8000_UCODE_API_MIN 8 +#define IWL8000_UCODE_API_MIN 9 /* NVM versions */ #define IWL8000_NVM_VERSION 0x0a1d |