mbox series

[0/2] Allow VLAN unicast packets to take 8023 xmit path

Message ID 20240506212014.670423-1-quic_msinada@quicinc.com (mailing list archive)
Headers show
Series Allow VLAN unicast packets to take 8023 xmit path | expand

Message

Muna Sinada May 6, 2024, 9:20 p.m. UTC
Allow VLAN unicast packets to take the 8023 xmit path when
encapsulation offload is enabled. This allows AP VLAN unicast
packets to have encapsulation and encryption handled in hardware

Before doing so, relocate __ieee80211_subif_start_xmit() definition to
allow it to call ieee80211_8023_xmit()

Muna Sinada (2):
  wifi: mac80211: relocate __ieee80211_subif_start_xmit() definition
  wifi: mac80211: VLAN unicast packets take 8023 xmit path

 net/mac80211/tx.c | 177 +++++++++++++++++++++++++---------------------
 1 file changed, 95 insertions(+), 82 deletions(-)