Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
From: Muna Sinada <quic_msinada@quicinc.com>
To: <johannes@sipsolutions.net>
Cc: <linux-wireless@vger.kernel.org>, Muna Sinada <quic_msinada@quicinc.com>
Subject: [PATCH 0/2] Allow VLAN unicast packets to take 8023 xmit path
Date: Mon, 6 May 2024 14:20:12 -0700	[thread overview]
Message-ID: <20240506212014.670423-1-quic_msinada@quicinc.com> (raw)

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


             reply	other threads:[~2024-05-06 21:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06 21:20 Muna Sinada [this message]
2024-05-06 21:20 ` [PATCH 1/2] wifi: mac80211: relocate __ieee80211_subif_start_xmit() definition Muna Sinada
2024-05-06 21:20 ` [PATCH 2/2] wifi: mac80211: VLAN unicast packets take 8023 xmit path Muna Sinada
2024-05-07  6:50   ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240506212014.670423-1-quic_msinada@quicinc.com \
    --to=quic_msinada@quicinc.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).