Linux wireless drivers development
 help / color / mirror / Atom feed
From: Thomas Pedersen <thomas@cozybit.com>
To: linux-wireless@vger.kernel.org
Cc: anagar6@uic.edu, devel@lists.open80211s.org,
	Thomas Pedersen <thomas@cozybit.com>,
	johannes@sipsolutions.net, linville@tuxdriver.com
Subject: [PATCH 0/6] HT support for mesh
Date: Wed, 19 Oct 2011 18:03:20 -0700	[thread overview]
Message-ID: <1319072606-28291-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. Needs the mesh fixes posted earlier today for patch context.

Many thanks to Luis Rodriguez for his assistance, and Ashok Nagarajan for
co-authoring this patchset.

Alexander Simon (1):
  mac80211: Add HT helper functions

Thomas Pedersen (5):
  mac80211: add HT IEs to mesh frames
  mac80211: set HT capabilities for mesh peer
  mac80211: allow frame aggregation for mesh
  mac80211: add WMM IE to mesh frames
  mac80211: check mesh peer's WMM parameters

 include/linux/ieee80211.h  |   26 ++++++
 include/net/mac80211.h     |    4 +
 net/mac80211/agg-rx.c      |    3 +-
 net/mac80211/agg-tx.c      |    4 +-
 net/mac80211/ht.c          |    3 +-
 net/mac80211/ieee80211_i.h |    8 ++
 net/mac80211/mesh.c        |   75 ++++++++++++++--
 net/mac80211/mesh.h        |    4 +
 net/mac80211/mesh_plink.c  |   24 +++++-
 net/mac80211/rx.c          |    1 +
 net/mac80211/tx.c          |    6 ++
 net/mac80211/util.c        |  208 ++++++++++++++++++++++++++++++++++++++++----
 net/mac80211/work.c        |   29 +------
 13 files changed, 336 insertions(+), 59 deletions(-)

-- 
1.7.5.4


             reply	other threads:[~2011-10-20  1:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20  1:03 Thomas Pedersen [this message]
2011-10-20  1:03 ` [PATCH 1/6] mac80211: Add HT helper functions Thomas Pedersen
2011-10-20  1:03 ` [PATCH 2/6] mac80211: add HT IEs to mesh frames Thomas Pedersen
2011-10-20  1:03 ` [PATCH 3/6] mac80211: set HT capabilities for mesh peer Thomas Pedersen
2011-10-20  1:03 ` [PATCH 4/6] mac80211: allow frame aggregation for mesh Thomas Pedersen
2011-10-20  9:46   ` Christian Lamparter
2011-10-20 16:48     ` Thomas Pedersen
2011-10-20  1:03 ` [PATCH 5/6] mac80211: add WMM IE to mesh frames Thomas Pedersen
2011-10-20 11:16   ` Johannes Berg
2011-10-20 17:41     ` Thomas Pedersen
2011-10-20 17:51       ` Johannes Berg
2011-10-20 17:56         ` Thomas Pedersen
2011-10-20 18:03           ` Johannes Berg
2011-10-20 18:08             ` Thomas Pedersen
2011-10-20 18:11               ` Johannes Berg
2011-10-20 18:14                 ` Thomas Pedersen
2011-10-20 18:22                   ` Johannes Berg
2011-10-20  1:03 ` [PATCH 6/6] mac80211: check mesh peer's WMM parameters 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=1319072606-28291-1-git-send-email-thomas@cozybit.com \
    --to=thomas@cozybit.com \
    --cc=anagar6@uic.edu \
    --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