qcacmn: Use NO_RX_PKT_HDR_TLV macro for pkt_hdr_tlv APIs
Use NO_RX_PKT_HDR_TLV macro for APIs using pkt_hdr_tlv component. Change-Id: I62ecd95ef807d153a0b7eb11350eee26ac4d76fb CRs-Fixed: 3159944
This commit is contained in:

committed by
Madan Koyyalamudi

parent
8635ab3be9
commit
90a5ae3aaa
@@ -1703,10 +1703,12 @@ static inline uint32_t hal_rx_mpdu_start_offset_get_generic(void)
|
||||
return RX_PKT_TLV_OFFSET(mpdu_start_tlv);
|
||||
}
|
||||
|
||||
#ifndef NO_RX_PKT_HDR_TLV
|
||||
static inline uint32_t hal_rx_pkt_tlv_offset_get_generic(void)
|
||||
{
|
||||
return RX_PKT_TLV_OFFSET(pkt_hdr_tlv);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef RECEIVE_OFFLOAD
|
||||
static inline int
|
||||
|
Reference in New Issue
Block a user