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

Commit 88950106 authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa4: fix wigig conn_pipes



IPA wigig TX pipes weren't marked as disconnected on pipe disconnect.
Clear TX pipe bit on disconnect.

Change-Id: I959b8aad9c769d45126508fef51d166e0e00e10e
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent adee9374
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1845,6 +1845,9 @@ int ipa_wigig_disconn_pipe(enum ipa_client_type client)
		ipa_wigig_send_wlan_msg(WLAN_CLIENT_DISCONNECT, dev_name,
			client_mac);
		ipa_wigig_clean_client_mac(client);

		ipa_wigig_ctx->conn_pipes &=
			~ipa_wigig_pipe_to_bit_val(client);
	}
	if (ipa_wigig_is_smmu_enabled())
		ipa_wigig_clean_smmu_info(client);