summaryrefslogtreecommitdiff
path: root/core/cds
diff options
context:
space:
mode:
authorJiani Liu <jianil@codeaurora.org>2019-05-08 15:15:06 +0800
committernshrivas <nshrivas@codeaurora.org>2019-05-23 22:57:27 -0700
commit6d3b6a16ab3e03546394a94d38c67ba1cb3d573b (patch)
tree5d4a1a0858e615566af9457807f167871ec7714f /core/cds
parente80d3fd50241fdfa73077518e2ea7bb818f73ce5 (diff)
downloadqcacld-6d3b6a16ab3e03546394a94d38c67ba1cb3d573b.tar.gz
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
Diffstat (limited to 'core/cds')
-rw-r--r--core/cds/inc/cds_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cds/inc/cds_config.h b/core/cds/inc/cds_config.h
index 06a23cf029..80de4e6c60 100644
--- a/core/cds/inc/cds_config.h
+++ b/core/cds/inc/cds_config.h
@@ -100,6 +100,7 @@ struct cds_config_info {
uint8_t bandcapability;
bool rps_enabled;
uint32_t num_vdevs;
+ bool enable_tx_compl_tsf64;
};
#ifdef WLAN_FEATURE_FILS_SK