浏览代码

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