Skip to content

Commit d8bc6f2

Browse files
Miriam-Racheljmberg-intel
authored andcommitted
wifi: iwlwifi: bump FW API to 98 for BZ/SC/DR devices
Start supporting API versions 97 and 98 for those devices. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250308231427.55b5455795aa.I333f1e7fa31f9da1d40f668660c1e25b93ff469e@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 9002ba6 commit d8bc6f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

drivers/net/wireless/intel/iwlwifi/cfg/bz.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -10,7 +10,7 @@
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

drivers/net/wireless/intel/iwlwifi/cfg/dr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
@@ -9,7 +9,7 @@
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

drivers/net/wireless/intel/iwlwifi/cfg/sc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)