2021-02-10 15:27:19

by Luca Coelho

[permalink] [raw]
Subject: [PATCH 8/8] iwlwifi: bump FW API to 62 for AX devices

From: Luca Coelho <[email protected]>

Start supporting API version 62 for AX devices.

Signed-off-by: Luca Coelho <[email protected]>
---
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
index 6c87cc121887..0a0e25a3c681 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 61
+#define IWL_22000_UCODE_API_MAX 62

/* Lowest firmware API version supported */
#define IWL_22000_UCODE_API_MIN 39
--
2.30.0


2021-02-11 00:02:31

by Luca Coelho

[permalink] [raw]
Subject: Re: [PATCH 8/8] iwlwifi: bump FW API to 62 for AX devices

Luca Coelho <[email protected]> wrote:

> From: Luca Coelho <[email protected]>
>
> Start supporting API version 62 for AX devices.
>
> Signed-off-by: Luca Coelho <[email protected]>

Patch applied to iwlwifi-next.git, thanks.

000735e5dbbb iwlwifi: bump FW API to 62 for AX devices