Browse Source

qcacld-3.0: Remove transactionId from csr_roamstruct

The transactionId in struct csr_roamstruct is unused, so remove it.

Change-Id: I28b226555bbaf8dd27c41f729a10417ac7a5adea
CRs-Fixed: 2406619
Jeff Johnson 6 years ago
parent
commit
57a641a290
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/sme/inc/csr_internal.h

+ 0 - 1
core/sme/inc/csr_internal.h

@@ -722,7 +722,6 @@ struct csr_roamstruct {
 #endif
 	struct csr_timer_info WaitForKeyTimerInfo;
 	struct csr_roam_session *roamSession;
-	uint32_t transactionId;  /* Current transaction ID for internal use. */
 	tCsrNeighborRoamControlInfo neighborRoamInfo[WLAN_MAX_VDEVS];
 	uint8_t isFastRoamIniFeatureEnabled;
 #ifdef FEATURE_WLAN_ESE