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:
Jeevan Kukkalli
2021-08-09 13:38:44 +05:30
committed by Madan Koyyalamudi
parent 7469335fa4
commit 8fd6fe32e8
10 changed files with 211 additions and 90 deletions

View File

@@ -663,11 +663,15 @@ struct mon_rx_user_info {
uint8_t qos_control_info_valid;
};
#ifdef QCA_SUPPORT_SCAN_SPCL_VAP_STATS
struct hal_rx_frm_type_info {
uint32_t rx_mgmt_cnt;
uint32_t rx_ctrl_cnt;
uint32_t rx_data_cnt;
};
#else
struct hal_rx_frm_type_info {};
#endif
struct hal_rx_ppdu_info {
struct hal_rx_ppdu_common_info com_info;