Skip to content

Commit 5f40400

Browse files
committed
wifi: iwlwifi: mvm: disable MLO for the time being
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@vger.kernel.org Reviewed-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240314110951.d6ad146df98d.I47127e4fdbdef89e4ccf7483641570ee7871d4e6@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent be23b2d commit 5f40400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
360360
if (mvm->mld_api_is_used && mvm->nvm_data->sku_cap_11be_enable &&
361361
!iwlwifi_mod_params.disable_11ax &&
362362
!iwlwifi_mod_params.disable_11be)
363-
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO;
363+
hw->wiphy->flags |= WIPHY_FLAG_DISABLE_WEXT;
364364

365365
/* With MLD FW API, it tracks timing by itself,
366366
* no need for any timing from the host

0 commit comments

Comments
 (0)