Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/5] v3 HT support for mesh
@ 2011-10-26 21:47 Thomas Pedersen
  2011-10-26 21:47 ` [PATCH 1/5] mac80211: comment allocation of mesh frames Thomas Pedersen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Pedersen @ 2011-10-26 21:47 UTC (permalink / raw)
  To: linux-wireless; +Cc: devel, Thomas Pedersen, johannes, linville

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-26 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 21:47 [PATCH 0/5] v3 HT support for mesh Thomas Pedersen
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox