From: Thomas Pedersen <thomas@cozybit.com>
To: linux-wireless@vger.kernel.org
Cc: devel@lists.open80211s.org, Thomas Pedersen <thomas@cozybit.com>,
johannes@sipsolutions.net, linville@tuxdriver.com
Subject: [PATCH 0/5] v3 HT support for mesh
Date: Wed, 26 Oct 2011 14:47:24 -0700 [thread overview]
Message-ID: <1319665649-21784-1-git-send-email-thomas@cozybit.com> (raw)
This patchset adds basic HT support for mesh nodes. We avoid the question of
how to negotiate channel types, by simply disallowing peering with mismatched
HT modes.
Many thanks to Luis Rodriguez for his assistance, and Ashok Nagarajan for
co-authoring this patchset.
v2:
Remove outdated BA comments (Christian)
v3:
Guido R. Hiertz was kind enough to point out:
"IEEE 802.11s-2011 states that mesh STAs use the default EDCA parameter
set only. Clause 9.1.3.1 in 802.11s-2011 reads: "When communicating
within a BSS, the EDCA parameters used are […] from the default values
for the parameters […] when the STA is a mesh STA." Thus, all mesh STAs
use the same (default) EDCA parameter set."
So resubmitting without the WMM patches.
Alexander Simon (1):
mac80211: Add HT helper functions
Thomas Pedersen (4):
mac80211: comment allocation of mesh frames
mac80211: add HT IEs to mesh frames
mac80211: set HT capabilities for mesh peer
mac80211: allow frame aggregation for mesh
net/mac80211/agg-rx.c | 3 +-
net/mac80211/agg-tx.c | 10 +---
net/mac80211/ht.c | 3 +-
net/mac80211/ieee80211_i.h | 8 +++
net/mac80211/mesh.c | 70 +++++++++++++++++++++++---
net/mac80211/mesh.h | 4 ++
net/mac80211/mesh_hwmp.c | 36 +++++++-------
net/mac80211/mesh_plink.c | 50 ++++++++++++++-----
net/mac80211/rx.c | 7 +--
net/mac80211/tx.c | 23 ++++++--
net/mac80211/util.c | 116 +++++++++++++++++++++++++++++++++++++------
net/mac80211/work.c | 29 +-----------
12 files changed, 252 insertions(+), 107 deletions(-)
--
1.7.5.4
next reply other threads:[~2011-10-26 21:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-26 21:47 Thomas Pedersen [this message]
2011-10-26 21:47 ` [PATCH 1/5] mac80211: comment allocation of mesh frames Thomas Pedersen
2011-10-26 21:47 ` [PATCH 2/5] mac80211: Add HT helper functions Thomas Pedersen
2011-10-26 21:47 ` [PATCH 3/5] mac80211: add HT IEs to mesh frames Thomas Pedersen
2011-10-26 21:47 ` [PATCH 4/5] mac80211: set HT capabilities for mesh peer Thomas Pedersen
2011-10-26 21:47 ` [PATCH 5/5] mac80211: allow frame aggregation for mesh Thomas Pedersen
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=1319665649-21784-1-git-send-email-thomas@cozybit.com \
--to=thomas@cozybit.com \
--cc=devel@lists.open80211s.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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