summaryrefslogtreecommitdiff
path: root/mvm/coex.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-08-12 03:53:25 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-08-12 03:53:25 +0000
commita5855fe57efbaafbcbe18d604c0fec37453255d0 (patch)
tree2a700c21bab93f48959a4c425c02b37021518a69 /mvm/coex.c
parent9104a97c9be3b44f22f9ea4f8965b472acf590b8 (diff)
iwlwifi: update Intel's mvm/mld driversvendor/Linux/iwlwifi/torvalds-v6.16
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 038d61fd642278bab63ee8ef722c50d10ab01e8f ( tag: v6.16 ). Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'mvm/coex.c')
-rw-r--r--mvm/coex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mvm/coex.c b/mvm/coex.c
index 21641d41a958..13cdc077d8d3 100644
--- a/mvm/coex.c
+++ b/mvm/coex.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
- * Copyright (C) 2013-2014, 2018-2020, 2022-2024 Intel Corporation
+ * Copyright (C) 2013-2014, 2018-2020, 2022-2025 Intel Corporation
* Copyright (C) 2013-2015 Intel Mobile Communications GmbH
*/
#include <linux/ieee80211.h>
@@ -181,7 +181,7 @@ static int iwl_mvm_bt_coex_reduced_txp(struct iwl_mvm *mvm, u8 sta_id,
struct iwl_mvm_sta *mvmsta;
u32 value;
- if (mvm->trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_AX210)
+ if (mvm->trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_AX210)
return 0;
mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
@@ -569,7 +569,7 @@ static void iwl_mvm_bt_coex_notif_handle(struct iwl_mvm *mvm)
mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
iwl_mvm_bt_notif_iterator, &data);
- if (mvm->trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_AX210) {
+ if (mvm->trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_AX210) {
rcu_read_unlock();
return;
}