wlan: Clear the pending Disassoc/Deauth ack

Once the driver receives dis-assoc from peer station, Clear the pending
Disassoc/Deauth ack.

Change-Id: Ib070cf2eb69ee962ce49fb4461901ed8d16d81ac
CR-Fixed: 423625
diff --git a/CORE/MAC/src/pe/lim/limUtils.h b/CORE/MAC/src/pe/lim/limUtils.h
index 1e71a76..5d50a4e 100644
--- a/CORE/MAC/src/pe/lim/limUtils.h
+++ b/CORE/MAC/src/pe/lim/limUtils.h
@@ -488,4 +488,6 @@
 
 tANI_U8 limGetShortSlotFromPhyMode(tpAniSirGlobal pMac, tpPESession psessionEntry, tANI_U32 phyMode);
 
+void limCleanUpDisassocDeauthReq(tpAniSirGlobal pMac, tANI_U8 *staMac, tANI_BOOLEAN cleanRxPath);
+
 #endif /* __LIM_UTILS_H */