wlan: Send FIQ on WDI timeout

When there is a WDI timeout, send 'Reset FIQ' to Riva to reset; if Riva
doesn't invoke SSR in 5 seconds, perform the Apps initiated SSR.

Change-Id: Ifa4aeb1d7115daa4ac22ccb276bb835b2e2a46d9
CR-Fixed: 411579
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
index 716d7f2..b53f151 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
@@ -1035,6 +1035,9 @@
 
   /*version of the PNO implementation in RIVA*/
   wpt_uint8                   wdiPNOVersion;
+
+  /*SSR timer*/
+  wpt_timer                   ssrTimer;
 }WDI_ControlBlockType;