wlan: wdi: prevent sending reset FIQ when ssr is in progress

SSR framework cannot handle new SSR request for a subsystem while
restart request for same subsystem is already in progress.
On WDI timeout we issue reset FIQ and wait for response.
On response failure we trigger SSR which cannot be handled by
SSR framework. Therefore we won't start timer for FIQ response
when SSR is already in progress.

Change-Id: I6f26be54509002cac5f0fac26f8c547eeacab9f3
CRs-Fixed: 799528
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index 47e35b3..0f3839f 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -22448,7 +22448,7 @@
     }
 #ifndef WDI_RE_ENABLE_WIFI_ON_WDI_TIMEOUT
     wpalWcnssResetIntr();
-    if(wpalIsWDresetInProgress())
+    if(wpalIslogPInProgress())
     {
       if(wpalIsSsrPanicOnFailure())
           wpalDevicePanic();