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

Commit dff06b11 authored by Wu Gao's avatar Wu Gao Committed by nshrivas
Browse files

qcacld-3.0: close session for P2P GO properly

It will clean session id at then end of cfg80211 stop ap and won't set
flag SME_SESSION_OPENED after sap session started, which case session
for P2P GO can't be closed properly.

Change-Id: I0c6f21f3616ededd9e827b3eac9cbbe2c26bc60c
CRs-Fixed: 2050994
parent 9147d668
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8919,7 +8919,6 @@ static int __wlan_hdd_cfg80211_stop_ap(struct wiphy *wiphy,
		global_p2p_connection_status = P2P_NOT_ACTIVE;
	}
#endif
	pAdapter->sessionId = HDD_SESSION_ID_INVALID;
	wlan_hdd_check_conc_and_update_tdls_state(pHddCtx, false);
	EXIT();
	return ret;