wlan: Interface file changes for DXE done indcation message

After done with DXE, send source of DXE done indication to firmware
so that FW can differentiate source of DXE and also send valid
reason-code to upper-layer while sending done indication.

Change-Id: I08abfcaf594fda540d9ac6852414ab20564551f5
CRs-Fixed: 909226
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index a207e30..fb02291 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -8682,7 +8682,8 @@
  *-------------------------------------------------------------------------*/
 typedef PACKED_PRE struct PACKED_POST
 {
-    tANI_U32 status;
+    tANI_U16 status;
+    tANI_U16 doneIndicationForSource;
     tANI_U32 logBuffLength[MAX_NUM_OF_BUFFER];
     tANI_U64 logBuffAddress[MAX_NUM_OF_BUFFER];
 } tFWLoggingDxeDoneInd, * tpFWLoggingDxeDoneInd;