wlan: debug enahnacement for umac

When wait events fail in HDD the most likely cause is something is
stuck in SME Q. Adding a debug enhancement to check the sme
cmd Qs health.

Change-Id: I17264d09d85dabe2f76c96546ca124d6300a9088
CRs-fixed: 553336
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index bf7f604..a02e96e 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -2113,6 +2113,7 @@
     {
         VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
                  ("ERROR: HDD vos wait for single_event failed!!\n"));
+        smeGetCommandQStatus(hHal);
         VOS_ASSERT(0);
     }