public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] wifi: ath12k: drop failed transmitted frames from metric calculation
@ 2024-04-29 11:48 Karthikeyan Kathirvel
  2024-04-29 11:48 ` [PATCH v3 1/2] wifi: ath12k: Don't drop tx_status in failure case Karthikeyan Kathirvel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Karthikeyan Kathirvel @ 2024-04-29 11:48 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Karthikeyan Kathirvel

- Use ieee80211_free_txskb() instead of dev_kfree_skb_any().
- Drop failed transmitted frames from mesh metric calculation to avoid
false link metric averaging.

Karthikeyan Kathirvel (1):
  wifi: ath12k: drop failed transmitted frames from metric calculation.

Sven Eckelmann (1):
  wifi: ath12k: Don't drop tx_status in failure case

 drivers/net/wireless/ath/ath12k/dp_tx.c    | 43 ++++++++++++++++------
 drivers/net/wireless/ath/ath12k/hal_desc.h | 22 ++++++++++-
 2 files changed, 52 insertions(+), 13 deletions(-)


base-commit: 363e7193eaf258fe7f04e8db560bd8a282a12cd9
-- 
2.34.1


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

end of thread, other threads:[~2024-04-30  7:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 11:48 [PATCH v3 0/2] wifi: ath12k: drop failed transmitted frames from metric calculation Karthikeyan Kathirvel
2024-04-29 11:48 ` [PATCH v3 1/2] wifi: ath12k: Don't drop tx_status in failure case Karthikeyan Kathirvel
2024-04-29 11:54   ` Sven Eckelmann
2024-04-29 11:48 ` [PATCH v3 1/2] wifi: ath12k: Don't drop tx_status when peer cannot be found Karthikeyan Kathirvel
2024-04-29 11:48 ` [PATCH v3 2/2] wifi: ath12k: drop failed transmitted frames from metric calculation Karthikeyan Kathirvel
2024-04-29 18:46 ` [PATCH v3 0/2] " Jeff Johnson
2024-04-30  7:42   ` Karthikeyan Kathirvel

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