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
@@ -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;
|
||||
|
Reference in New Issue
Block a user