Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH ath-next 0/2] wifi: ath12k: correct monitor-mode RX metadata handling
@ 2026-06-09  6:48 Sushant Butta
  2026-06-09  6:48 ` [PATCH ath-next 1/2] wifi: ath12k: Skip setting RX_FLAG_8023 for Ethernet-II (DIX) frames in monitor mode Sushant Butta
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sushant Butta @ 2026-06-09  6:48 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Sushant Butta

This series fixes monitor-mode meta data handling in ath12k and trims dead code:

Monitor mode delivers raw 802.11 frames should not set RX_FLAG_8023 flag,
and populate peer/link metadata in ieee80211_rx_status for monitor MSDUs.

Sushant Butta (2):
  wifi: ath12k: Skip setting RX_FLAG_8023 for Ethernet-II (DIX) frames
    in monitor mode
  wifi: ath12k: Skip peer link info update in rx_status for monitor
    MSDUs

 drivers/net/wireless/ath/ath12k/dp_mon.c      | 70 +------------------
 drivers/net/wireless/ath/ath12k/dp_mon.h      |  4 +-
 .../net/wireless/ath/ath12k/wifi7/dp_mon.c    |  7 +-
 3 files changed, 4 insertions(+), 77 deletions(-)


base-commit: 38b2fb7d2df16f5801f7d88a4739942b95a5f6aa
-- 
2.34.1


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

end of thread, other threads:[~2026-06-30 21:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  6:48 [PATCH ath-next 0/2] wifi: ath12k: correct monitor-mode RX metadata handling Sushant Butta
2026-06-09  6:48 ` [PATCH ath-next 1/2] wifi: ath12k: Skip setting RX_FLAG_8023 for Ethernet-II (DIX) frames in monitor mode Sushant Butta
2026-06-09  6:48 ` [PATCH ath-next 2/2] wifi: ath12k: Skip peer link info update in rx_status for monitor MSDUs Sushant Butta
2026-06-29  2:05 ` [PATCH ath-next 0/2] wifi: ath12k: correct monitor-mode RX metadata handling Baochen Qiang
2026-06-29  4:14 ` Rameshkumar Sundaram
2026-06-30 21:26 ` Jeff Johnson

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