Debug enhancement for UMAC, Timeout for cmdActivelist.

A Timer will be started as soon as cmd inserted into cmdActiveList.
The timer will be stopped whenever remove an entry from
cmdActiveList. Expiring of timer after 30 Seconds, predicts a cmd
still pending into cmdActiveList.
CRs-fixed: 553336

Change-Id: I08170af2813c3f71e6df18ba4871904dd8d001a2
diff --git a/CORE/SME/inc/smeInside.h b/CORE/SME/inc/smeInside.h
index a107768..196254a 100644
--- a/CORE/SME/inc/smeInside.h
+++ b/CORE/SME/inc/smeInside.h
@@ -340,5 +340,6 @@
                                                 tANI_U8 numChannels,
                                                 const eCsrBand eBand);
 #endif
+void activeListCmdTimeoutHandle(void *userData);
 
 #endif //#if !defined( __SMEINSIDE_H )