wlan: bss index field is introduced in rssi notification

The header file changes are promoted on the firmware side
and same changes to include bss index field in rssi
notification structure is fix using this gerrit

Change-Id: I3b4840ad1429d693157916e1f3cee52f4c6a72d6
CRs-Fixed: 510475
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index 1233239..b21b448 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -4201,7 +4201,8 @@
     tANI_U32             bRssiThres3PosCross : 1;
     tANI_U32             bRssiThres3NegCross : 1;
     tANI_U32             avgRssi             : 8;
-    tANI_U32             bReserved           : 18;
+    tANI_U32             uBssIdx             : 8;
+    tANI_U32             bReserved           : 10;
 } tHalRSSINotification, *tpHalRSSINotification;
 
 typedef PACKED_PRE struct PACKED_POST