| From: |
| Tamizh Chelvam Raja <tamizh.raja-AT-oss.qualcomm.com> |
| To: |
| johannes-AT-sipsolutions.net |
| Subject: |
| [PATCH wireless-next 0/3] wifi: mac80211: Enable MLO support for WDS/4-address mode |
| Date: |
| Thu, 26 Mar 2026 22:17:20 +0530 |
| Message-ID: |
| <20260326164723.553927-1-tamizh.raja@oss.qualcomm.com> |
| Cc: |
| linux-wireless-AT-vger.kernel.org, Tamizh Chelvam Raja <tamizh.raja-AT-oss.qualcomm.com> |
| Archive-link: |
| Article |
This series enables Multi-Link Operation (MLO) support for 4-address mode
(WDS) interfaces in mac80211, allowing WDS stations to establish MLO
connections with capable access points.
The patch series removes restrictive MLO checks in the bring-up and
connectivity paths, allowing 4-address mode interfaces to initiate MLD
bring-up and connect to MLO-capable Access Points. It also ensures that
valid links are correctly propagated to 4-address AP_VLAN interfaces
based on the master interface and station's link capabilities.
Tamizh Chelvam Raja (3):
wifi: mac80211: synchronize valid links for WDS AP_VLAN interfaces
wifi: mac80211: use ap_addr for 4-address NULL frame destination
wifi: mac80211: enable MLO support for 4-address mode interfaces
net/mac80211/cfg.c | 74 +++++++++++++++++++++++++++++++++++++-------
net/mac80211/chan.c | 8 +++++
net/mac80211/iface.c | 7 -----
net/mac80211/link.c | 43 +++++++++++++++++--------
net/mac80211/mlme.c | 8 ++---
5 files changed, 102 insertions(+), 38 deletions(-)
base-commit: 7dd6f81f4ef801b57f6ce7b0eee32aef5c488538
--
2.34.1