qcacmn: Conditionally compile scan radio special vap stats
Conditionally compile scan radio special vap stats. Also rename spcl_vap to scan_spcl_vap to better reflect funtionality. Change-Id: I7d7f636209f6aa12cca0a3e808d7ae1fac9f397d CRs-Fixed: 3009837
This commit is contained in:

committed by
Madan Koyyalamudi

parent
7469335fa4
commit
8fd6fe32e8
@@ -987,9 +987,11 @@ struct cdp_host_stats_ops {
|
||||
uint32_t last_tx_rate_mcs,
|
||||
uint32_t stats_id);
|
||||
|
||||
#ifdef QCA_SUPPORT_SCAN_SPCL_VAP_STATS
|
||||
QDF_STATUS
|
||||
(*txrx_get_spcl_vap_stats)(struct cdp_soc_t *soc, uint8_t vdev_id,
|
||||
struct cdp_spcl_vap_stats *stats);
|
||||
(*txrx_get_scan_spcl_vap_stats)(struct cdp_soc_t *soc, uint8_t vdev_id,
|
||||
struct cdp_scan_spcl_vap_stats *stats);
|
||||
#endif
|
||||
};
|
||||
|
||||
struct cdp_wds_ops {
|
||||
|
Reference in New Issue
Block a user