diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2020-05-29 09:39:31 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2020-05-29 10:32:46 +0300 |
commit | e6d4318c049574dcfa040725903add2790cfbd7b (patch) | |
tree | e00bb4e1378da0327900928ec8c925ee3a8f9942 | |
parent | 018971b11ab407c8d48c075ad38d2917587e97ab (diff) |
iwlwifi: bump FW API to 56 for AX devices
Start supporting API version 56 for AX devices.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200529092401.aabbc5b472ee.I88cb2c3d2d07e62eac3671335ff1fb80b73c5839@changeid
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c index 1daa653bcb99..efe427049a6e 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c @@ -57,7 +57,7 @@ #include "iwl-prph.h" /* Highest firmware API version supported */ -#define IWL_22000_UCODE_API_MAX 55 +#define IWL_22000_UCODE_API_MAX 56 /* Lowest firmware API version supported */ #define IWL_22000_UCODE_API_MIN 39 |