public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH ath-next v2 0/3] wifi: ath12k: Add 802.11 encap/decap offload support
@ 2025-07-18  2:55 Nithyanantham Paramasivam
  2025-07-18  2:55 ` [PATCH ath-next v2 1/3] wifi: ath12k: Fix the handling of TX packets in Ethernet mode Nithyanantham Paramasivam
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Nithyanantham Paramasivam @ 2025-07-18  2:55 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Nithyanantham Paramasivam

Currently, the mac80211 layer handles construction and parsing
of 802.11 headers during packet transmission and reception.
Offloading encapsulation and decapsulation to hardware can
significantly enhance performance. This can be achieved by
having the driver advertise hardware support to mac80211 to
bypass 802.11 header processing

v1 -> v2:
- Rebased on ToT
- Firmware service bit check added for EAPOL ETH offload support
- skb free handled in tx completion station negetive case

Nithyanantham Paramasivam (3):
  wifi: ath12k: Fix the handling of TX packets in Ethernet mode
  wifi: ath12k: Fix TX status reporting to mac80211 when offload is
    enabled
  wifi: ath12k: Advertise encapsulation/decapsulation offload support to
    mac80211

 drivers/net/wireless/ath/ath12k/dp_tx.c | 102 +++++++++++++++++++++---
 drivers/net/wireless/ath/ath12k/mac.c   |   6 ++
 drivers/net/wireless/ath/ath12k/wmi.h   |   1 +
 3 files changed, 98 insertions(+), 11 deletions(-)


base-commit: 45bbd91fc41b7cb6319e45e6fd732c5c8a0c44e3
prerequisite-patch-id: 1d3bf121aa8bf03dd29436bd0df63de74f753027
prerequisite-patch-id: 0847395767a6f49458db6b857a9be81d12dc534c
-- 
2.17.1


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

end of thread, other threads:[~2025-07-19 16:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18  2:55 [PATCH ath-next v2 0/3] wifi: ath12k: Add 802.11 encap/decap offload support Nithyanantham Paramasivam
2025-07-18  2:55 ` [PATCH ath-next v2 1/3] wifi: ath12k: Fix the handling of TX packets in Ethernet mode Nithyanantham Paramasivam
2025-07-18 17:16   ` Jeff Johnson
2025-07-18  2:55 ` [PATCH ath-next v2 2/3] wifi: ath12k: Fix TX status reporting to mac80211 when offload is enabled Nithyanantham Paramasivam
2025-07-18  9:12   ` Ping-Ke Shih
2025-07-18 12:56     ` Nithyanantham Paramasivam
2025-07-18 13:28       ` Ping-Ke Shih
2025-07-18 13:47         ` Nithyanantham Paramasivam
2025-07-18 13:55           ` Jeff Johnson
2025-07-18 14:05             ` Nithyanantham Paramasivam
2025-07-18 16:30               ` Jeff Johnson
2025-07-18  2:55 ` [PATCH ath-next v2 3/3] wifi: ath12k: Advertise encapsulation/decapsulation offload support to mac80211 Nithyanantham Paramasivam
2025-07-18 16:11 ` [PATCH ath-next v2 0/3] wifi: ath12k: Add 802.11 encap/decap offload support Vasanthakumar Thiagarajan
2025-07-19 16:22 ` Jeff Johnson

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