qcacmn: Handle nawds case of intra-bss forwarding
Handle nawds case of intra-bss forwarding of multicast packets on Beryllium. Change-Id: I05ec4d937b4b97aa2c9fb325fb2b6a197968ea2a CRs-Fixed: 3103402
This commit is contained in:

committed by
Madan Koyyalamudi

parent
8aa367acfa
commit
223693e614
@@ -56,6 +56,20 @@ bool dp_rx_intrabss_fwd_be(struct dp_soc *soc,
|
||||
struct hal_rx_msdu_metadata msdu_metadata);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* dp_rx_intrabss_handle_nawds_be() - Forward mcbc intrabss pkts in nawds case
|
||||
* @soc: core txrx main context
|
||||
* @ta_txrx_peer: source txrx_peer entry
|
||||
* @nbuf_copy: nbuf that has to be intrabss forwarded
|
||||
* @tid_stats: tid_stats structure
|
||||
*
|
||||
* Return: true if it is forwarded else false
|
||||
*/
|
||||
bool
|
||||
dp_rx_intrabss_handle_nawds_be(struct dp_soc *soc, struct dp_txrx_peer *ta_peer,
|
||||
qdf_nbuf_t nbuf_copy,
|
||||
struct cdp_tid_rx_stats *tid_stats);
|
||||
|
||||
uint32_t dp_rx_process_be(struct dp_intr *int_ctx,
|
||||
hal_ring_handle_t hal_ring_hdl, uint8_t reo_ring_num,
|
||||
uint32_t quota);
|
||||
|
Reference in New Issue
Block a user