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
Dieser Commit ist enthalten in:

committet von
Rahul Choudhary

Ursprung
af00744c5d
Commit
77608ba875
@@ -12332,7 +12332,7 @@ static struct cdp_ctrl_ops dp_ops_ctrl = {
|
||||
#ifdef QCA_MULTIPASS_SUPPORT
|
||||
.txrx_peer_set_vlan_id = dp_peer_set_vlan_id,
|
||||
#endif /*QCA_MULTIPASS_SUPPORT*/
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
#if defined(WLAN_FEATURE_TSF_AUTO_REPORT) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
.txrx_set_delta_tsf = dp_set_delta_tsf,
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_TSF_UPLINK_DELAY
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren