All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Pedersen <thomas@cozybit.com>
To: linux-wireless@vger.kernel.org
Cc: johannes@sipsolutions.net, linville@tuxdriver.com,
	Thomas Pedersen <thomas@cozybit.com>
Subject: [PATCH 0/6] update mesh frame formats
Date: Mon, 25 Jul 2011 16:59:11 -0700	[thread overview]
Message-ID: <1311638357-28740-1-git-send-email-thomas@cozybit.com> (raw)

This patchset updates the existing mesh beacon, peering, and path selection
frames to use the frame formats specified in the recently ratified 802.11s
standard. These patches break compatibility with previous versions of the mesh
stack.

Previously submitted mesh beacon patches have been rolled into 'mac80211: fix
mesh beacon format', and the scope severely reduced. Changes from v1:
 - Don't fake PS support
 - Don't keep beacon in if_mesh for now
 - Don't call into cfg80211
 - Set privacy bit if security is on

Thomas Pedersen (6):
  mac80211: fix mesh beacon format
  ieee80211: introduce Self Protected Action codes
  mac80211: update mesh peering frame codes
  mac80211: update mesh peering frame format
  ieee80211: add mesh action codes
  mac80211: update mesh path selection frame format

 include/linux/ieee80211.h  |   46 +++++----
 net/mac80211/ieee80211_i.h |    4 +-
 net/mac80211/mesh.c        |  239 ++++++++++++++++++++++++++++++++------------
 net/mac80211/mesh.h        |   14 +++
 net/mac80211/mesh_hwmp.c   |   43 +++++---
 net/mac80211/mesh_plink.c  |  238 ++++++++++++++++++++++---------------------
 net/mac80211/rx.c          |   20 ++++-
 net/mac80211/tx.c          |   13 ++-
 net/mac80211/util.c        |    6 +-
 9 files changed, 398 insertions(+), 225 deletions(-)

-- 
1.7.6


             reply	other threads:[~2011-07-26  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 23:59 Thomas Pedersen [this message]
2011-07-25 23:59 ` [PATCH 1/6] mac80211: fix mesh beacon format Thomas Pedersen
2011-08-08 13:21   ` Johannes Berg
2011-07-25 23:59 ` [PATCH 2/6] ieee80211: introduce Self Protected Action codes Thomas Pedersen
2011-07-25 23:59 ` [PATCH 3/6] mac80211: update mesh peering frame codes Thomas Pedersen
2011-07-25 23:59 ` [PATCH 4/6] mac80211: update mesh peering frame format Thomas Pedersen
2011-08-08 13:24   ` Johannes Berg
2011-08-08 18:47     ` Thomas Pedersen
2011-08-08 19:10       ` Johannes Berg
2011-08-08 19:15         ` Thomas Pedersen
2011-07-25 23:59 ` [PATCH 5/6] ieee80211: add mesh action codes Thomas Pedersen
2011-07-25 23:59 ` [PATCH 6/6] mac80211: update mesh path selection frame format Thomas Pedersen
2011-07-29  0:37 ` [PATCH v2] " 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=1311638357-28740-1-git-send-email-thomas@cozybit.com \
    --to=thomas@cozybit.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.