iwlwifi: bump FW API to 57 for AX devices
Start supporting API version 57 for AX devices. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20200930191738.f8660d41f62b.Iac1d5b3186e22956cfd000fd9dc5886a79617b78@changeid Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
16b2afe07a
commit
870f39bc9d
|
@ -57,7 +57,7 @@
|
||||||
#include "iwl-prph.h"
|
#include "iwl-prph.h"
|
||||||
|
|
||||||
/* Highest firmware API version supported */
|
/* Highest firmware API version supported */
|
||||||
#define IWL_22000_UCODE_API_MAX 56
|
#define IWL_22000_UCODE_API_MAX 57
|
||||||
|
|
||||||
/* Lowest firmware API version supported */
|
/* Lowest firmware API version supported */
|
||||||
#define IWL_22000_UCODE_API_MIN 39
|
#define IWL_22000_UCODE_API_MIN 39
|
||||||
|
|
Loading…
Reference in New Issue