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(-) -- 2.34.1