qcacmn: Move TX 2.0 code under WLAN_PKT_CAPTURE_TX_2_0 macro

Move TX 2.0 specific code under WLAN_PKT_CAPTURE_TX_2_0 macro.

Change-Id: I20bb1e49a902ec085fbc3df6828fef94a7c577d6
CRs-Fixed: 3415780
This commit is contained in:
Srinivas Girigowda
2022-12-14 17:02:55 -08:00
committed by Madan Koyyalamudi
parent f5321447c2
commit 0419d28f6e
14 changed files with 31 additions and 32 deletions

View File

@@ -1398,7 +1398,7 @@ struct hal_hw_txrx_ops {
void (*hal_txmon_populate_packet_info)(void *tx_tlv_hdr,
void *pkt_info);
/* TX MONITOR */
#ifdef QCA_MONITOR_2_0_SUPPORT
#ifdef WLAN_PKT_CAPTURE_TX_2_0
uint32_t (*hal_txmon_status_parse_tlv)(void *data_ppdu_info,
void *prot_ppdu_info,
void *data_status_info,
@@ -1408,7 +1408,7 @@ struct hal_hw_txrx_ops {
uint32_t (*hal_txmon_status_get_num_users)(void *tx_tlv_hdr,
uint8_t *num_users);
void (*hal_txmon_get_word_mask)(void *wmask);
#endif /* QCA_MONITOR_2_0_SUPPORT */
#endif /* WLAN_PKT_CAPTURE_TX_2_0 */
QDF_STATUS (*hal_reo_shared_qaddr_setup)(hal_soc_handle_t hal_soc_hdl,
struct reo_queue_ref_table
*reo_qref);