This is a note to let you know that I've just added the patch titled wifi: iwlwifi: mvm: disable MLO for the time being to the 6.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: wifi-iwlwifi-mvm-disable-mlo-for-the-time-being.patch and it can be found in the queue-6.7 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 5f404005055304830bbbee0d66af2964fc48f29e Mon Sep 17 00:00:00 2001 From: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Thu, 14 Mar 2024 11:09:52 +0100 Subject: wifi: iwlwifi: mvm: disable MLO for the time being From: Johannes Berg <johannes.berg@xxxxxxxxx> commit 5f404005055304830bbbee0d66af2964fc48f29e upstream. MLO ended up not really fully stable yet, we want to make sure it works well with the ecosystem before enabling it. Thus, remove the flag, but set WIPHY_FLAG_DISABLE_WEXT so we don't get wireless extensions back until we enable MLO for this hardware. Cc: stable@xxxxxxxxxxxxxxx Reviewed-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> Link: https://msgid.link/20240314110951.d6ad146df98d.I47127e4fdbdef89e4ccf7483641570ee7871d4e6@changeid Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c @@ -344,7 +344,7 @@ int iwl_mvm_mac_setup_register(struct iw if (mvm->mld_api_is_used && mvm->nvm_data->sku_cap_11be_enable && !iwlwifi_mod_params.disable_11ax && !iwlwifi_mod_params.disable_11be) - hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO; + hw->wiphy->flags |= WIPHY_FLAG_DISABLE_WEXT; /* With MLD FW API, it tracks timing by itself, * no need for any timing from the host Patches currently in stable-queue which might be from johannes.berg@xxxxxxxxx are queue-6.7/wifi-iwlwifi-mvm-handle-debugfs-names-more-carefully.patch queue-6.7/wifi-cfg80211-add-a-flag-to-disable-wireless-extensions.patch queue-6.7/wifi-mac80211-track-capability-opmode-nss-separately.patch queue-6.7/wifi-iwlwifi-mvm-disable-mlo-for-the-time-being.patch queue-6.7/debugfs-fix-wait-cancellation-handling-during-remove.patch queue-6.7/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-vlan-changes.patch queue-6.7/wifi-iwlwifi-fw-don-t-always-use-fw-dump-trig.patch