qcacmn: Loopback check for ucast frame after hmmc

Add a check to drop unicast frame being sent to same originating
VAP after hmmc conversion of IGMP control packets

Change-Id: Ic25812a7848af793075a0cb483100ebcf59d85b2
This commit is contained in:
Mainak Sen
2019-10-29 13:29:58 +05:30
committed by nshrivas
parent 4050a850ac
commit 8bc9b42eb3
3 changed files with 36 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ qdf_nbuf_t dp_tx_send_msdu_multiple(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
qdf_nbuf_t dp_tx_non_std(struct cdp_soc_t *soc_hdl, uint8_t vdev_id,
enum ol_tx_spec tx_spec, qdf_nbuf_t msdu_list);
#endif
int dp_tx_frame_is_drop(struct dp_vdev *vdev, uint8_t *srcmac, uint8_t *dstmac);
/**
* dp_tx_comp_handler() - Tx completion handler