qcacmn: Do not send multicast frames on non-primary link

Do not send multicast frames on non-primary link peer in
case of NAWDS

CRs-Fixed: 3154533
Change-Id: I1d7887efcde33d4320012f8f57ac9398f366fff3
This commit is contained in:
Shwetha G K
2022-03-19 15:37:52 +05:30
committed by Madan Koyyalamudi
orang tua 9ad28af16e
melakukan 617fa1ab3e

Melihat File

@@ -2932,6 +2932,10 @@ void dp_tx_nawds_handler(struct dp_soc *soc, struct dp_vdev *vdev,
if (!txrx_peer->bss_peer && txrx_peer->nawds_enabled) {
peer_id = peer->peer_id;
if (!dp_peer_is_primary_link_peer(peer))
continue;
/* Multicast packets needs to be
* dropped in case of intra bss forwarding
*/