diff options
| author | Ganesh Kondabattini <ganeshk@qti.qualcomm.com> | 2016-08-22 14:54:15 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-08-23 12:54:26 +0530 |
| commit | 01b7073bcaf515ffddfda7fdce0e995ba7e3a4d4 (patch) | |
| tree | 52a4812e0722768c633e115cda56620bcca0ce2b | |
| parent | 2057bcae261a2cd514faa4f17609207111b7f19d (diff) | |
Revert "qcacld-2.0: Pass the peer mac address during deauth notification"
This reverts commit I2976bb5e441f4658ad46ce0d64e0420eae240ac8.
This change causes regression in disconnect path as HDD is not
receiving disconnect indication from the LIM.
CRs-Fixed: 1057571
Change-Id: I56d8c0c41694a10f47ecc1577f7a32bb895eb1c6
| -rw-r--r-- | CORE/MAC/src/pe/lim/limSendSmeRspMessages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CORE/MAC/src/pe/lim/limSendSmeRspMessages.c b/CORE/MAC/src/pe/lim/limSendSmeRspMessages.c index fccc52184a12..4bc7a6e57d87 100644 --- a/CORE/MAC/src/pe/lim/limSendSmeRspMessages.c +++ b/CORE/MAC/src/pe/lim/limSendSmeRspMessages.c @@ -2063,8 +2063,6 @@ limSendSmeDeauthNtf(tpAniSirGlobal pMac, tSirMacAddr peerMacAddr, tSirResultCode pSirSmeDisConDoneInd->sessionId = smesessionId; pSirSmeDisConDoneInd->reasonCode = reasonCode; pMsg = (tANI_U32 *)pSirSmeDisConDoneInd; - vos_mem_copy(pSirSmeDisConDoneInd->peerMacAddr, peerMacAddr, - sizeof(tSirMacAddr)); break; |
