Commit 4c59eac6 authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: bump FW API to 64 for AX devices

parent 48d0c8d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
/*
 * Copyright (C) 2015-2017 Intel Deutschland GmbH
 * Copyright (C) 2015-2017 Intel Deutschland GmbH
 * Copyright (C) 2018-2020 Intel Corporation
 * Copyright (C) 2018-2021 Intel Corporation
 */
 */
#include <linux/module.h>
#include <linux/module.h>
#include <linux/stringify.h>
#include <linux/stringify.h>
@@ -9,7 +9,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	63
#define IWL_22000_UCODE_API_MAX	64


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