wifi: mac80211: VLAN traffic in multicast path
authorMuna Sinada <muna.sinada@oss.qualcomm.com>
Tue, 25 Mar 2025 21:31:25 +0000 (14:31 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Apr 2025 14:59:02 +0000 (16:59 +0200)
commit1a4a6a22552ca9d723f28a1fe35eab1b9b3d8b33
treeb13f9965891ec8b490d1c6032f0c9beee1cafb6d
parent90233b0ad215efc9ea56a7c0b09021bcd4eea4ac
wifi: mac80211: VLAN traffic in multicast path

Currently for MLO, sending out multicast frames on each link is handled by
mac80211 only when IEEE80211_HW_MLO_MCAST_MULTI_LINK_TX flag is not set.

Dynamic VLAN multicast traffic utilizes software encryption.
Due to this, mac80211 should handle transmitting multicast frames on
all links for multicast VLAN traffic.

Signed-off-by: Muna Sinada <muna.sinada@oss.qualcomm.com>
Link: https://patch.msgid.link/20250325213125.1509362-4-muna.sinada@oss.qualcomm.com
[remove unnecessary parentheses]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c