// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
- * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
+ * Copyright (C) 2012-2014, 2018-2026 Intel Corporation
* Copyright (C) 2013-2015 Intel Mobile Communications GmbH
* Copyright (C) 2016-2017 Intel Deutschland GmbH
*/
iwl_mvm_mac_ctxt_beacon_changed(mvm, vif, &vif->bss_conf))
IWL_WARN(mvm, "Failed updating beacon data\n");
- if (changes & BSS_CHANGED_FTM_RESPONDER) {
+ if ((changes & BSS_CHANGED_FTM_RESPONDER) && bss_conf->ftm_responder) {
int ret = iwl_mvm_ftm_start_responder(mvm, vif, &vif->bss_conf);
if (ret)
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
- * Copyright (C) 2022-2025 Intel Corporation
+ * Copyright (C) 2022-2026 Intel Corporation
*/
#include "mvm.h"
IWL_WARN(mvm, "Failed updating beacon data\n");
/* FIXME: need to decide if we need FTM responder per link */
- if (changes & BSS_CHANGED_FTM_RESPONDER) {
+ if (changes & BSS_CHANGED_FTM_RESPONDER && link_conf->ftm_responder) {
int ret = iwl_mvm_ftm_start_responder(mvm, vif, link_conf);
if (ret)