qcacmn: htt support for compact tlv feature
Adding htt support for compact tlv feature Change-Id: If45b5b32c4cef482cb6c54b5f2919b56384a8a93 CRs-Fixed: 3293927
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e308a57a37
commit
6aef607629
@@ -675,10 +675,10 @@ struct htt_rx_ring_tlv_filter {
|
||||
u_int32_t phy_err_mask;
|
||||
u_int32_t phy_err_mask_cont;
|
||||
#endif
|
||||
#ifdef QCA_MONITOR_2_0_SUPPORT
|
||||
#if defined(QCA_MONITOR_2_0_SUPPORT) || defined(CONFIG_WORD_BASED_TLV)
|
||||
uint16_t rx_mpdu_start_wmask;
|
||||
uint16_t rx_mpdu_end_wmask;
|
||||
uint16_t rx_msdu_end_wmask;
|
||||
uint32_t rx_msdu_end_wmask;
|
||||
uint16_t rx_pkt_tlv_offset;
|
||||
uint16_t mgmt_dma_length:3,
|
||||
ctrl_dma_length:3,
|
||||
|
Reference in New Issue
Block a user