summaryrefslogtreecommitdiff
path: root/CORE/SME/src/csr/csrApiRoam.c
diff options
context:
space:
mode:
Diffstat (limited to 'CORE/SME/src/csr/csrApiRoam.c')
-rw-r--r--CORE/SME/src/csr/csrApiRoam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SME/src/csr/csrApiRoam.c b/CORE/SME/src/csr/csrApiRoam.c
index 604f7adb1..3d4a492b5 100644
--- a/CORE/SME/src/csr/csrApiRoam.c
+++ b/CORE/SME/src/csr/csrApiRoam.c
@@ -9749,7 +9749,7 @@ tANI_BOOLEAN csrRoamIssueWmStatusChange( tpAniSirGlobal pMac, tANI_U32 sessionId
pSmeRsp,
sizeof( pCommand->u.wmStatusChangeCmd.u.DeauthIndMsg ));
}
- if( HAL_STATUS_SUCCESS( csrQueueSmeCommand(pMac, pCommand, eANI_BOOLEAN_TRUE) ) )
+ if( HAL_STATUS_SUCCESS( csrQueueSmeCommand(pMac, pCommand, eANI_BOOLEAN_FALSE) ) )
{
fCommandQueued = eANI_BOOLEAN_TRUE;
}