qcacmn: Added code to include rx packet tlv hdr

Added code to include rx_pkt_hdr_tlv in
rx packet tlvs header

Change-Id: I0609cf94e3b53cf625f7c347d86e42fe815e452e
CRs-Fixed: 3563009
This commit is contained in:
KARTHIK KUMAR T
2023-07-15 19:24:19 +05:30
zatwierdzone przez Rahul Choudhary
rodzic 356ed4f407
commit 63bf6f5d07
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@@ -390,6 +390,9 @@ struct rx_msdu_end_tlv {
struct rx_pkt_tlvs {
struct rx_msdu_end_tlv msdu_end_tlv; /* 80 bytes */
struct rx_mpdu_start_tlv mpdu_start_tlv; /* 48 bytes */
#ifndef NO_RX_PKT_HDR_TLV
struct rx_pkt_hdr_tlv pkt_hdr_tlv; /* 128 bytes */
#endif
};
#define HAL_RX_MSDU_END(_rx_pkt_tlv) \