mirror of https://lore.kernel.org/ath12k/
 help / color / mirror / Atom feed
* [PATCH v3 0/5] wifi: mac80211/ath12k: add support to fill link statistics of multi-link station
@ 2025-02-27  4:58 Sarika Sharma
  2025-02-27  4:58 ` [PATCH v3 1/5] wifi: mac80211: correct RX stats packet increment for multi-link Sarika Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sarika Sharma @ 2025-02-27  4:58 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, johannes, Sarika Sharma

Currently, station statistics are filled at deflink for both non-ML and
multi-link(ML) station.

Hence, add support to fill station statistics for the corresponding
link of station.

Depends-On: [RFC,v3,00/12] wifi: cfg80211/mac80211: add support to
            handle per link statistics of multi-link station
Link: https://patchwork.kernel.org/project/linux-wireless/cover/20250213171632.1646538-1-quic_sarishar@quicinc.com/

V3:
 - Fix kernel test robot build error

v2:
 - Convert RFC patch to actual PATCH with each patch bisectable.
 - Add new patch to update bw for ofdma packets.
 - Add new patch to fetch tx_retry and tx_failed packets.

Sarika Sharma (5):
  wifi: mac80211: correct RX stats packet increment for multi-link
  wifi: ath12k: add link support for multi-link in arsta
  wifi: ath12k: add EHT support for TX rate
  wifi: ath12k: correctly update bw for ofdma packets
  wifi: ath12k: fetch tx_retry and tx_failed from
    htt_ppdu_stats_user_cmpltn_common_tlv

 drivers/net/wireless/ath/ath12k/core.h   |  2 ++
 drivers/net/wireless/ath/ath12k/dp.h     |  2 ++
 drivers/net/wireless/ath/ath12k/dp_mon.c | 23 ++++++++----
 drivers/net/wireless/ath/ath12k/dp_rx.c  | 45 ++++++++++++++++++++----
 drivers/net/wireless/ath/ath12k/mac.c    |  5 +++
 drivers/net/wireless/ath/ath12k/peer.h   | 27 +++++++++++++-
 net/mac80211/rx.c                        | 15 ++++++--
 7 files changed, 102 insertions(+), 17 deletions(-)


base-commit: 704a2d7237043317ed1b0f8a08203e9ddde70097
-- 
2.34.1



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

end of thread, other threads:[~2025-02-28  0:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  4:58 [PATCH v3 0/5] wifi: mac80211/ath12k: add support to fill link statistics of multi-link station Sarika Sharma
2025-02-27  4:58 ` [PATCH v3 1/5] wifi: mac80211: correct RX stats packet increment for multi-link Sarika Sharma
2025-02-27  4:58 ` [PATCH v3 2/5] wifi: ath12k: add link support for multi-link in arsta Sarika Sharma
2025-02-27  4:58 ` [PATCH v3 3/5] wifi: ath12k: add EHT support for TX rate Sarika Sharma
2025-02-27  4:58 ` [PATCH v3 4/5] wifi: ath12k: correctly update bw for ofdma packets Sarika Sharma
2025-02-27  4:58 ` [PATCH v3 5/5] wifi: ath12k: fetch tx_retry and tx_failed from htt_ppdu_stats_user_cmpltn_common_tlv Sarika Sharma
2025-02-27  8:39 ` [PATCH v3 0/5] wifi: mac80211/ath12k: add support to fill link statistics of multi-link station Johannes Berg
     [not found]   ` <df26e3aeb3724d969f444eab65d8c872@realtek.com>
2025-02-27  9:32     ` Johannes Berg
2025-02-27 19:35       ` Jeff Johnson
2025-02-28  0:47         ` Johannes Berg

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