Эх сурвалжийг харах

qcacld-3.0: Remove p2pGoPsNoaStartInd from pe_session

As part of change I71de90d5fb88462e52148a434d43ea80c41cfe36
("qcacld-3.0: Move Channel convert and frame indication logic to
lim_utils.c") the usage of field p2pGoPsNoaStartInd in struct
pe_session was removed. However the field itself was left behind, so
remove it now.

Change-Id: I1d6965587b0387ecd6e1822a774f874d922d90c0
CRs-Fixed: 2380110
Jeff Johnson 6 жил өмнө
parent
commit
6cce285075

+ 0 - 1
core/mac/src/pe/include/lim_session.h

@@ -304,7 +304,6 @@ struct pe_session {
 	tSirNoAParam p2pNoA;
 	tSirP2PNoaAttr p2pGoPsUpdate;
 	uint32_t defaultAuthFailureTimeout;
-	tSirP2PNoaStart p2pGoPsNoaStartInd;
 
 	/* EDCA QoS parameters
 	 * gLimEdcaParams - These EDCA parameters are used locally on AP or STA.