qcacmn: decouple TSF auto report from uplink delay feature
TSF auto report is a stand alone feature, which can be used to sync TQM clock and TSF clock, more than one features depend on it. Introduce a new build flag WLAN_FEATURE_TSF_AUTO_REPORT to decouple it from uplink delay feature. Change-Id: I5c62bee08d44234dc4936b3c63f3060edec30df8 CRs-Fixed: 3560244
This commit is contained in:
@@ -5081,7 +5081,7 @@ void dp_tx_update_connectivity_stats(struct dp_soc *soc,
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
#if defined(WLAN_FEATURE_TSF_AUTO_REPORT) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
/* Mask for bit29 ~ bit31 */
|
||||
#define DP_TX_TS_BIT29_31_MASK 0xE0000000
|
||||
/* Timestamp value (unit us) if bit29 is set */
|
||||
|
Reference in New Issue
Block a user