소스 검색

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 년 전
부모
커밋
57a641a290
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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