wlan: Update the interface files for prima/pronto.

The wlan driver fails to load due to the recent changes in the
firmware api folder. Update the interface files for both
prima and pronto.

Change-Id: I39c13313c3594c43719d2208a94f7aeb833c09bf
CRs-Fixed: 503052
diff --git a/riva/inc/pttModule.h b/riva/inc/pttModule.h
index bfc60a5..9056b7c 100644
--- a/riva/inc/pttModule.h
+++ b/riva/inc/pttModule.h
@@ -138,6 +138,20 @@
    tTxChainPower txChains[PHY_MAX_TX_CHAINS];   //output power for Tx chains
 } tTxPowerReport;
 
+#define RXP_MAX_FILTER_IDX                64
+
+typedef PACKED_PRE struct PACKED_POST
+{
+   uint32 rxpFilterForFTMPER[RXP_MAX_FILTER_IDX];
+   uint32 max_pktlen;
+   uint32 flt_disable0;
+   uint32 flt_disable1;
+   uint32 config2;
+   uint32 push_wq_ctrl;
+   uint32 push_wq_ctrl2;
+   uint32 extra_frame_flt;
+} sMACConfig;
+
 
 typedef PACKED_PRE struct PACKED_POST {
    /*
@@ -165,7 +179,7 @@
    // for FTM PER feature
    tANI_U8 tx_mode;
    
-   tANI_U8 reserved[1];
+   tANI_BOOLEAN ftm_per_settings_saved;
 
    //Rx Gain Service
    sRxChainsAgcEnable agcEnables;
@@ -177,4 +191,8 @@
    sRxChainsRssi rssi;
 } tPttModuleVariables;
 
+#ifdef WCN_PRONTO
+extern sMACConfig macConfig;
+#endif
+
 #endif /* PTTMODULE_H */