]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: mvm: re-enable MLO
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 3 Jul 2024 10:27:37 +0000 (13:27 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jul 2024 11:50:10 +0000 (13:50 +0200)
MLO was temporarily disabled by
commit 5f404005055 ("wifi: iwlwifi: mvm: disable MLO for the time being"),
until it will stabilize.
Now, that all the bugs were fixed and the minimum FW version was bumped
to a stable one, we can re-enable MLO back.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240703132713.8f77a71c3902.Ib302054cbd8fba82db97eb5298b2aaf8bbe106df@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c

index e40f993b17fd507e311e25e50d42c35940b28853..41aba087c1a68c292421d4868a0eeceab8c58be6 100644 (file)
@@ -372,7 +372,7 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
        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_DISABLE_WEXT;
+               hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO;
                /* we handle this already earlier, but need it for MLO */
                ieee80211_hw_set(hw, HANDLES_QUIET_CSA);
        }