qcacmn: mcast_mlo handling in intrabss fwd
mcast mlo handling for the intra bss fwd Change-Id: I23c1a9759ac3ac59f2f46fdb456c616c77823e8c CRs-Fixed: 3353501
这个提交包含在:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -1071,8 +1071,9 @@ bool dp_rx_intrabss_mcbc_fwd(struct dp_soc *soc, struct dp_txrx_peer *ta_peer,
|
||||
qdf_mem_set(nbuf_copy->cb, 0x0, sizeof(nbuf_copy->cb));
|
||||
dp_classify_critical_pkts(soc, ta_peer->vdev, nbuf_copy);
|
||||
|
||||
if (soc->arch_ops.dp_rx_intrabss_handle_nawds(soc, ta_peer, nbuf_copy,
|
||||
tid_stats))
|
||||
if (soc->arch_ops.dp_rx_intrabss_mcast_handler(soc, ta_peer,
|
||||
nbuf_copy,
|
||||
tid_stats))
|
||||
return false;
|
||||
|
||||
/* Don't send packets if tx is paused */
|
||||
|
在新工单中引用
屏蔽一个用户