Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 939e4904 authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: remove d0i3 ref correctly during AP start



The AP_START d0i3 reference was never removed if the AP started correctly.
This has the unpleasant side-effect of preventing D0i3 on Android if the
WiFi hotspot was ever started on the device.

Signed-off-by: default avatarArik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 48e67751
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -2215,8 +2215,7 @@ static int iwl_mvm_start_ap_ibss(struct ieee80211_hw *hw,
	if (iwl_mvm_phy_ctx_count(mvm) > 1)
	if (iwl_mvm_phy_ctx_count(mvm) > 1)
		iwl_mvm_teardown_tdls_peers(mvm);
		iwl_mvm_teardown_tdls_peers(mvm);


	mutex_unlock(&mvm->mutex);
	goto out_unlock;
	return 0;


out_quota_failed:
out_quota_failed:
	iwl_mvm_power_update_mac(mvm);
	iwl_mvm_power_update_mac(mvm);