]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: Create separate links for VLAN interfaces
authorMuna Sinada <muna.sinada@oss.qualcomm.com>
Tue, 25 Mar 2025 21:31:24 +0000 (14:31 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Apr 2025 14:56:15 +0000 (16:56 +0200)
commit90233b0ad215efc9ea56a7c0b09021bcd4eea4ac
tree22f68e8e22be86d52734e7115dfa5ebadffb6593
parentf61c7b3d442bef91dd432d468d08f72eadcc3209
wifi: mac80211: Create separate links for VLAN interfaces

Currently, MLD links for an AP_VLAN interface type is not fully
supported.

Add allocation of separate links for each VLAN interface and copy
chanctx and chandef of AP bss to VLAN where necessary. Separate
links are created because for Dynamic VLAN each link will have its own
default_multicast_key.

Signed-off-by: Muna Sinada <muna.sinada@oss.qualcomm.com>
Link: https://patch.msgid.link/20250325213125.1509362-3-muna.sinada@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/chan.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/link.c