qcacmn: Decouple FEATURE_PERPKT_INFO from MESH_MODE_SUPPORT
The per packet info feature can be enbaled to support enhanced stats independent of mesh mode. Change-Id: I852e7a958c520901b6f418d30deb53fa2f68fb68 CRs-Fixed: 3079000
This commit is contained in:

committed by
Madan Koyyalamudi

vanhempi
1f1b921796
commit
20b758944f
@@ -1335,6 +1335,9 @@ void dp_hmwds_ast_add_notify(struct dp_peer *peer,
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(QCA_SUPPORT_LATENCY_CAPTURE) || \
|
||||
defined(QCA_TX_CAPTURE_SUPPORT) || \
|
||||
defined(QCA_MCOPY_SUPPORT)
|
||||
#ifdef FEATURE_PERPKT_INFO
|
||||
/**
|
||||
* dp_get_completion_indication_for_stack() - send completion to stack
|
||||
@@ -1441,3 +1444,4 @@ void dp_send_completion_to_stack(struct dp_soc *soc, struct dp_pdev *pdev,
|
||||
WDI_NO_VAL, pdev->pdev_id);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Viittaa uudesa ongelmassa
Block a user