qcacmn: Add handler to get 802.11 header from packet
Add handler to get the start of 802.11 header when NO_PKT_HDR_TLV feature is enabled. Change-Id: I8d0cb453221ccb56996212c616e629256422a337 CRs-Fixed: 3273441
This commit is contained in:

committed by
Madan Koyyalamudi

parent
fc9e906e6d
commit
b1869bda53
@@ -215,7 +215,7 @@ static void hal_rx_get_tlv_size_generic_be(uint16_t *rx_pkt_tlv_size,
|
||||
{
|
||||
*rx_pkt_tlv_size = RX_PKT_TLVS_LEN;
|
||||
/* For now mon pkt tlv is same as rx pkt tlv */
|
||||
*rx_mon_pkt_tlv_size = RX_PKT_TLVS_LEN;
|
||||
*rx_mon_pkt_tlv_size = MON_RX_PKT_TLVS_LEN;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user