qcacmn: Fix compilation issue when rx tag stats macro is disabled
Fix compilation issue when WLAN_SUPPORT_RX_TAG_STATISTICS is disabled. Change-Id: I955af07214bcf7b9b2bba17c0f12eb18076c2a48 CRs-Fixed: 3436740
This commit is contained in:

committed by
Madan Koyyalamudi

부모
cd406423c7
커밋
96b25fe6e0
@@ -1735,8 +1735,8 @@ void dp_mon_cdp_ops_register_2_0(struct cdp_ops *ops)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG) ||\
|
||||
defined(WLAN_SUPPORT_RX_FLOW_TAG)
|
||||
#if defined(WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG) &&\
|
||||
defined(WLAN_SUPPORT_RX_TAG_STATISTICS)
|
||||
/** dp_mon_rx_update_rx_protocol_tag_stats() - Update mon protocols's
|
||||
* statistics
|
||||
* @pdev: pdev handle
|
||||
|
Reference in New Issue
Block a user