diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-03-27 13:12:12 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-04-13 02:36:04 -0400 |
commit | c13b172559403eb6e6b23918736740d937feac54 (patch) | |
tree | cd4601c3a3274a0d82cc25070aadeb59902c2304 /drivers/net/wireless/iwlwifi/iwl-7000.c | |
parent | 748fa67cb76608457d03f3932874b9baddb4d8bf (diff) |
iwlwifi: mvm: deprecate -7 firmware
This firmware is not supported any more.
A few code paths specific to old firmware can be removed.
We can now assume that a few TLV flags are always set since
we won't load firmware that didn't support the corresponding
features. This will be done in a separate patch.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@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 c42d80c710e7..3ab21efaf1f2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-7000.c +++ b/drivers/net/wireless/iwlwifi/iwl-7000.c | |||
@@ -75,8 +75,8 @@ | |||
75 | #define IWL3160_UCODE_API_OK 8 | 75 | #define IWL3160_UCODE_API_OK 8 |
76 | 76 | ||
77 | /* Lowest firmware API version supported */ | 77 | /* Lowest firmware API version supported */ |
78 | #define IWL7260_UCODE_API_MIN 7 | 78 | #define IWL7260_UCODE_API_MIN 8 |
79 | #define IWL3160_UCODE_API_MIN 7 | 79 | #define IWL3160_UCODE_API_MIN 8 |
80 | 80 | ||
81 | /* NVM versions */ | 81 | /* NVM versions */ |
82 | #define IWL7260_NVM_VERSION 0x0a1d | 82 | #define IWL7260_NVM_VERSION 0x0a1d |