Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d09666cf authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: Remove eCsrSmeIssuedDisassocForHandoff active command" into wlan-driver.lnx.1.0

parents fc0085b8 2b34dca2
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2677,10 +2677,16 @@ __limProcessSmeDisassocReq(tpAniSirGlobal pMac, tANI_U32 *pMsgBuf)
		 * and lim state is eLIM_SME_WT_REASSOC_STATE. As the
		 * FT session would have already created but is not cleaned.
		 * This will prevent sending duplicate add bss request,
		 * if we try to disconnect and connect to the same AP
		 * if we try to disconnect and connect to the same AP.
		 * As limFTCleanup delete pesession, send resp back to csr
		 * from here.
		 */
		case eLIM_SME_WT_REASSOC_STATE:
			limLog(pMac, LOG1, FL("Rcvd SME_DISASSOC_REQ while in "
			      "limSmeState: %d "),psessionEntry->limSmeState);
			limFTCleanup(pMac);
			disassocTrigger = eLIM_HOST_DISASSOC;
			goto sendDisassoc;
			/* Fall through */
                case eLIM_SME_ASSOCIATED_STATE:
                case eLIM_SME_LINK_EST_STATE: