From: Gregory Greenman Date: Thu, 15 Jun 2023 06:47:20 +0000 (+0300) Subject: wifi: iwlwifi: bump FW API to 81 for AX devices X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dd5ff2aa84170d3b55874385ca54ee5715b56cbb;p=users%2Fjedix%2Flinux-maple.git wifi: iwlwifi: bump FW API to 81 for AX devices Start supporting API version 81 for AX devices. Signed-off-by: Gregory Greenman Signed-off-by: Gregory Greenman Link: https://lore.kernel.org/r/20230615094410.e61fdc474d89.I3d9823231fa7fc47158b8aa3561b43822c8c86cd@changeid Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c index 29dded1531a02..5ac9416331de9 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause /* * Copyright (C) 2015-2017 Intel Deutschland GmbH - * Copyright (C) 2018-2022 Intel Corporation + * Copyright (C) 2018-2023 Intel Corporation */ #include #include @@ -10,7 +10,7 @@ #include "fw/api/txq.h" /* Highest firmware API version supported */ -#define IWL_22000_UCODE_API_MAX 79 +#define IWL_22000_UCODE_API_MAX 81 #define IWL_22500_UCODE_API_MAX 77 /* Lowest firmware API version supported */