qcacld-3.0: Add PTP timestamp socket options TX support

Host need to fill netbuf with qtime instead of tsf. So
host need to add tsf64 enable/disable related functions
and definitions to sync with FW.

The tsf64_time is new added to fw/host structure, so host
need to add parse functions to get tsf64_time from tx_desc.

Change-Id: Ieea0d8f905eb57629d279f8da0e811857b760b1f
CRs-Fixed: 2444456
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 7b22ee2..146d7fc 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -1166,6 +1166,7 @@
 	qdf_mc_timer_t wma_fw_time_sync_timer;
 	qdf_atomic_t critical_events_in_flight;
 	bool fw_therm_throt_support;
+	bool enable_tx_compl_tsf64;
 } t_wma_handle, *tp_wma_handle;
 
 /**