Browse Source

qcacld-3.0: Fix incorrect value assignment

Propagate from qcacld-2.0 to qcacld-3.0

Currently there are some places where value is assigned incorrectly.
Add fix to correct it.

CRs-Fixed: 1063255
Change-Id: I1d48b464ad67d112af6f3ffeea340a56633556f9
Yingying Tang 8 years ago
parent
commit
586daa644b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/sme/src/csr/csr_api_roam.c

+ 0 - 3
core/sme/src/csr/csr_api_roam.c

@@ -9499,9 +9499,6 @@ void csr_roaming_state_msg_processor(tpAniSirGlobal pMac, void *pMsgBuf)
 		pSmeRsp->messageType, pSmeRsp->messageType,
 		mac_trace_getcsr_roam_sub_state(
 			pMac->roam.curSubState[pSmeRsp->sessionId]));
-	pSmeRsp->messageType = pSmeRsp->messageType;
-	pSmeRsp->length = pSmeRsp->length;
-	pSmeRsp->statusCode = pSmeRsp->statusCode;
 
 	switch (pSmeRsp->messageType) {