qcacmn: Use CONFIG_SAWF macro for enabling HW Tx Delay

Use CONFIG_SAWF macro to prevent linking dp_set_delta_tsf in
low memory profile.

Change-Id: I07b75f893e6d043839225d9b7288823b6ef2f823
CRs-Fixed: 3211426
This commit is contained in:
Ripan Deuri
2022-06-07 12:50:43 +05:30
committed by Madan Koyyalamudi
parent 00f755c0ce
commit 0ffa79f0a4
8 changed files with 10 additions and 10 deletions

View File

@@ -233,7 +233,7 @@ struct hal_tx_completion_status {
uint8_t transmit_cnt;
uint8_t tid;
uint16_t peer_id;
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(QCA_PEER_EXT_STATS)
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(CONFIG_SAWF)
uint32_t buffer_timestamp:19;
#endif
};