Browse Source

qcacld-3.0: Remove gSmeSessionId from tAniSirLim

Field gSmeSessionId in tAniSirLim is unused, so remove it.

Change-Id: I1e22b1e0d7df22e60010d94b956d0f467ad9b5db
CRs-Fixed: 2371204
Jeff Johnson 6 years ago
parent
commit
51210c8764
1 changed files with 0 additions and 6 deletions
  1. 0 6
      core/mac/inc/ani_global.h

+ 0 - 6
core/mac/inc/ani_global.h

@@ -678,12 +678,6 @@ typedef struct sAniSirLim {
 	/* wsc info required to form the wsc IE */
 	tLimWscIeInfo wscIeInfo;
 	struct pe_session *gpSession;  /* Pointer to  session table */
-	/*
-	 * sessionID and transactionID from SME is stored here for
-	 * those messages, for which there is no session context in
-	 * PE, e.g. Scan related messages.
-	 **/
-	uint8_t gSmeSessionId;
 
 	tSirRemainOnChnReq *gpLimRemainOnChanReq;       /* hold remain on chan request in this buf */
 	qdf_mutex_t lim_frame_register_lock;