|
@@ -856,7 +856,7 @@ void dp_set_pn_check_wifi3(struct cdp_vdev *vdev_handle,
|
|
|
void *dp_get_pdev_for_mac_id(struct dp_soc *soc, uint32_t mac_id);
|
|
|
void dp_set_michael_key(struct cdp_peer *peer_handle,
|
|
|
bool is_unicast, uint32_t *key);
|
|
|
-#ifdef CONFIG_WIN
|
|
|
+#ifdef QCA_ENH_V3_STATS_SUPPORT
|
|
|
uint32_t dp_pdev_tid_stats_display(void *pdev_handle,
|
|
|
enum _ol_ath_param_t param, uint32_t value, void *buff);
|
|
|
#endif
|
|
@@ -1239,7 +1239,7 @@ static inline void dp_srng_access_end(struct dp_intr *int_ctx,
|
|
|
}
|
|
|
#endif /* WLAN_FEATURE_DP_EVENT_HISTORY */
|
|
|
|
|
|
-#ifdef CONFIG_WIN
|
|
|
+#ifdef QCA_ENH_V3_STATS_SUPPORT
|
|
|
/**
|
|
|
* dp_pdev_print_delay_stats(): Print pdev level delay stats
|
|
|
* @pdev: DP_PDEV handle
|