File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
drivers/net/wireless/intel/iwlwifi/cfg Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22/*
33 * Copyright (C) 2015-2017 Intel Deutschland GmbH
4- * Copyright (C) 2018-2024 Intel Corporation
4+ * Copyright (C) 2018-2025 Intel Corporation
55 */
66#include <linux/module.h>
77#include <linux/stringify.h>
1010#include "fw/api/txq.h"
1111
1212/* Highest firmware API version supported */
13- #define IWL_BZ_UCODE_API_MAX 96
13+ #define IWL_BZ_UCODE_API_MAX 98
1414
1515/* Lowest firmware API version supported */
1616#define IWL_BZ_UCODE_API_MIN 92
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22/*
3- * Copyright (C) 2024 Intel Corporation
3+ * Copyright (C) 2024-2025 Intel Corporation
44 */
55#include <linux/module.h>
66#include <linux/stringify.h>
99#include "fw/api/txq.h"
1010
1111/* Highest firmware API version supported */
12- #define IWL_DR_UCODE_API_MAX 96
12+ #define IWL_DR_UCODE_API_MAX 98
1313
1414/* Lowest firmware API version supported */
1515#define IWL_DR_UCODE_API_MIN 96
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22/*
33 * Copyright (C) 2015-2017 Intel Deutschland GmbH
4- * Copyright (C) 2018-2024 Intel Corporation
4+ * Copyright (C) 2018-2025 Intel Corporation
55 */
66#include <linux/module.h>
77#include <linux/stringify.h>
1010#include "fw/api/txq.h"
1111
1212/* Highest firmware API version supported */
13- #define IWL_SC_UCODE_API_MAX 96
13+ #define IWL_SC_UCODE_API_MAX 98
1414
1515/* Lowest firmware API version supported */
1616#define IWL_SC_UCODE_API_MIN 92
You can’t perform that action at this time.
0 commit comments