diff options
| author | 2016-01-05 16:30:04 +0200 | |
|---|---|---|
| committer | 2016-01-07 19:01:26 +0200 | |
| commit | f370f5cffe7ae8b92026c8d6cb2738b4d3aeed9c (patch) | |
| tree | 7341042757c88decec529afe2a252c79ef7b7d3e /drivers/net/wireless/intel/iwlwifi/iwl-9000.c | |
| parent | iwlwifi: set max firmware version of 7265 to 17 (diff) | |
| download | wireguard-linux-f370f5cffe7ae8b92026c8d6cb2738b4d3aeed9c.tar.xz wireguard-linux-f370f5cffe7ae8b92026c8d6cb2738b4d3aeed9c.zip | |
iwlwifi: mvm: bump max API to 20
7265D and up are now able to handle -20.ucode.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to '')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-9000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-9000.c b/drivers/net/wireless/intel/iwlwifi/iwl-9000.c index 0d2aa1d9a50f..ecbf4822cd69 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-9000.c +++ b/drivers/net/wireless/intel/iwlwifi/iwl-9000.c @@ -55,7 +55,7 @@ #include "iwl-agn-hw.h" /* Highest firmware API version supported */ -#define IWL9000_UCODE_API_MAX 16 +#define IWL9000_UCODE_API_MAX 20 /* Oldest version we won't warn about */ #define IWL9000_UCODE_API_OK 13 |
