diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2021-12-19 12:18:17 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2021-12-21 12:35:06 +0200 |
commit | c286aecae21009f7126ccb58c4377ac512fb247f (patch) | |
tree | 4570b18c2ce394a76f47ef77208342d822eed2dd | |
parent | 40a0b38d7a7f91a6027287e0df54f5f547e8d27e (diff) | |
download | linux-c286aecae21009f7126ccb58c4377ac512fb247f.tar.gz |
iwlwifi: bump FW API to 69 for AX devices
Start supporting API version 69 for AX devices.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211219121514.7d8fe0dffaea.I2de65c1efd9ab464d4158a3d852f73efe63024f8@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
-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 23e2a28b3aa8..511195a2058e 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c @@ -9,7 +9,7 @@ #include "iwl-prph.h" /* Highest firmware API version supported */ -#define IWL_22000_UCODE_API_MAX 68 +#define IWL_22000_UCODE_API_MAX 69 /* Lowest firmware API version supported */ #define IWL_22000_UCODE_API_MIN 39 |