wlan: (2)Send RSSI value along with threshold Notification

Right now, we only send indications from Riva to host to inform about
threshold getting crossed but we don't send the actual RSSI value.
As a enhancement to LFR feature and debugging, we are required to
introduce this change to send actual RSSI value along with the
notification

Change-Id: Ib19b1b2f01de6ab2d2816adcda2f20f211ccf1f3
CR-Fixed: 429934
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi.h b/CORE/WDI/CP/inc/wlan_qct_wdi.h
index cc47e02..71f256c 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi.h
@@ -394,7 +394,8 @@
   /*Negative crossing of Rssi Thresh3*/
    wpt_uint32             bRssiThres3NegCross : 1;
 
-   wpt_uint32             bReserved           : 26;
+   wpt_uint32             avgRssi             : 8;
+   wpt_uint32             bReserved           : 18;
 
 }WDI_LowRSSIThIndType;