prima: RTT3: Add selfsta address in rtt3 request

Self sta address is required for firmware to identify actual
interface for STA. Add changes accordingly in RTT3 request.

Change-Id: If85823f9198a742f03b1cff87c1c106b97d03a00
CRs-Fixed: 960462
diff --git a/CORE/SME/inc/oemDataApi.h b/CORE/SME/inc/oemDataApi.h
index 184deb3..25d3b1a 100644
--- a/CORE/SME/inc/oemDataApi.h
+++ b/CORE/SME/inc/oemDataApi.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -148,6 +148,8 @@
 /* Structure for defining req sent to the PE */
 typedef struct tagOemDataReqNew
 {
+    tSirMacAddr selfMacAddr;
+    tANI_U8 reserved[2];
     tANI_U8   oemDataReqNew[NEW_OEM_DATA_REQ_SIZE];
 } tOemDataReqNew, tOemDataReqNewConfig;