All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: mac80211:  extend rx API with link_id for MLO connection
@ 2022-08-17 10:42 Vasanthakumar
  2022-08-17 10:42 ` [PATCH 1/2] wifi: mac80211: add link information in ieee80211_rx_status Vasanthakumar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vasanthakumar @ 2022-08-17 10:42 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Vasanthakumar Thiagarajan

From: Vasanthakumar Thiagarajan <quic_vthiagar@quicinc.com>

In MLO, the frames can be received on any of the affiliated links.
When the address translation for rx frames are done in fw/hw, it
is very important to have an explicit link information reported
for every rx frame to mac80211. Per-link processing includes
stats update, GTK/IGTK/BIGTK retrieval and so on. This patch
set only tries to use the link at the top level APIs, deep
rx handlers are yet to be changed to use the respective
link accordingly.

This series is prepared on top of the latest mld branch.

Changes from RFC:

- Re-arranged the code changes across the patches
- Add a valid flag for link_id in rs_status
- Remove logic involving unspecified link_id

Vasanthakumar Thiagarajan (2):
  wifi: mac80211: add link information in ieee80211_rx_status
  wifi: mac80211: use the corresponding link for stats update

 include/net/mac80211.h |   5 ++
 net/mac80211/rx.c      | 130 ++++++++++++++++++++++++++++++++++++++---
 2 files changed, 128 insertions(+), 7 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-09-02  3:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 10:42 [PATCH 0/2] wifi: mac80211: extend rx API with link_id for MLO connection Vasanthakumar
2022-08-17 10:42 ` [PATCH 1/2] wifi: mac80211: add link information in ieee80211_rx_status Vasanthakumar
2022-08-17 10:42 ` [PATCH 2/2] wifi: mac80211: use the corresponding link for stats update Vasanthakumar
2022-09-01 10:35 ` [PATCH 0/2] wifi: mac80211: extend rx API with link_id for MLO connection Kalle Valo
2022-09-02  3:31   ` Vasanthakumar Thiagarajan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.