qcacmn: Move RX 2.0 code under WLAN_PKT_CAPTURE_RX_2_0 macro

Move RX 2.0 specific code under WLAN_PKT_CAPTURE_RX_2_0 macro.

Change-Id: Ic07bde8868850b8889941fc9054ad988617b5296
CRs-Fixed: 3415779
This commit is contained in:
Srinivas Girigowda
2022-12-14 16:45:55 -08:00
committed by Madan Koyyalamudi
부모 ec3b9bdbce
커밋 f5321447c2
7개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제

파일 보기

@@ -706,7 +706,7 @@ struct htt_rx_ring_tlv_filter {
u_int32_t phy_err_mask;
u_int32_t phy_err_mask_cont;
#endif
#if defined(QCA_MONITOR_2_0_SUPPORT) || defined(CONFIG_WORD_BASED_TLV) || \
#if defined(WLAN_PKT_CAPTURE_RX_2_0) || defined(CONFIG_WORD_BASED_TLV) || \
defined(CONFIG_MON_WORD_BASED_TLV)
uint32_t rx_mpdu_start_wmask;
uint16_t rx_mpdu_end_wmask;