qcacmn: Add hal API to get L3 type field

In some cases we need to classify frames accordinging
to l3 type. This change mainly focus on this issue.

Change-Id: I4bc49a808a02b4bc8c65f920690922045d65e739
CRs-Fixed: 3198481
This commit is contained in:
jinbliu
2022-06-23 23:49:45 -07:00
committed by Madan Koyyalamudi
szülő bf35825b9f
commit bb29a06aad
6 fájl változott, egészen pontosan 49 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -1079,6 +1079,7 @@ struct hal_hw_txrx_ops {
uint8_t (*hal_get_first_wow_wakeup_packet)(uint8_t *buf);
#endif
void (*hal_reo_shared_qaddr_cache_clear)(hal_soc_handle_t hal_soc_hdl);
uint32_t (*hal_rx_tlv_l3_type_get)(uint8_t *buf);
};
/**