public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH ath-next v2 0/2] wifi: ath12k: correctly check RX multicast bit
@ 2025-04-11  6:15 Sarika Sharma
  2025-04-11  6:15 ` [PATCH ath-next v2 1/2] wifi: ath12k: using msdu end descriptor to check for rx multicast packets Sarika Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sarika Sharma @ 2025-04-11  6:15 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Sarika Sharma

Currently, the RX multicast broadcast bit is fetched from the MPDU
start descriptor. However, in some scenarios, the value is not
accurate. Therefore, changing the process to fetch the bit from the
MSDU end descriptor for improved reliability.

Sarika Sharma (2):
  wifi: ath12k: using msdu end descriptor to check for rx multicast
    packets
  wifi: ath12k: correctly handle mcast packets for clients

 drivers/net/wireless/ath/ath12k/dp_rx.c | 5 +++++
 drivers/net/wireless/ath/ath12k/hal.c   | 8 ++++----
 drivers/net/wireless/ath/ath12k/peer.c  | 5 ++++-
 drivers/net/wireless/ath/ath12k/peer.h  | 3 ++-
 4 files changed, 15 insertions(+), 6 deletions(-)


base-commit: ac17b1211841c98a9b4c2900ba2a7f457c80cf90
-- 
2.34.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-17 22:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  6:15 [PATCH ath-next v2 0/2] wifi: ath12k: correctly check RX multicast bit Sarika Sharma
2025-04-11  6:15 ` [PATCH ath-next v2 1/2] wifi: ath12k: using msdu end descriptor to check for rx multicast packets Sarika Sharma
2025-04-11  6:23   ` Vasanthakumar Thiagarajan
2025-04-11  6:15 ` [PATCH ath-next v2 2/2] wifi: ath12k: correctly handle mcast packets for clients Sarika Sharma
2025-04-11  6:25   ` Vasanthakumar Thiagarajan
2025-04-11  6:57     ` Sarika Sharma
2025-04-11  7:00       ` Vasanthakumar Thiagarajan
2025-04-15 23:22   ` Jeff Johnson
2025-04-17 22:57 ` [PATCH ath-next v2 0/2] wifi: ath12k: correctly check RX multicast bit Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox