All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mac80211: mesh frame formats
@ 2011-08-09 19:50 Thomas Pedersen
  2011-08-09 19:50 ` [PATCH 1/6] mac80211: fix mesh beacon format Thomas Pedersen
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Thomas Pedersen @ 2011-08-09 19:50 UTC (permalink / raw)
  To: linux-wireless; +Cc: Thomas Pedersen, johannes, linville

Resubmitting all of these since some are now v2/3, and others just really far
down the queue.

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   |   47 +++++----
 net/mac80211/ieee80211_i.h  |    4 +-
 net/mac80211/mesh.c         |  242 +++++++++++++++++++++++++++++++------------
 net/mac80211/mesh.h         |   33 +++++--
 net/mac80211/mesh_hwmp.c    |   59 ++++++-----
 net/mac80211/mesh_pathtbl.c |    8 +-
 net/mac80211/mesh_plink.c   |  238 +++++++++++++++++++++---------------------
 net/mac80211/rx.c           |   23 ++++-
 net/mac80211/tx.c           |   14 ++-
 net/mac80211/util.c         |    6 +-
 10 files changed, 425 insertions(+), 249 deletions(-)

-- 
1.7.6


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/6] update mesh frame formats
@ 2011-07-25 23:59 Thomas Pedersen
  2011-07-25 23:59 ` [PATCH 3/6] mac80211: update mesh peering frame codes Thomas Pedersen
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Pedersen @ 2011-07-25 23:59 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, linville, Thomas Pedersen

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


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

end of thread, other threads:[~2011-08-10 18:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 19:50 [PATCH 0/6] mac80211: mesh frame formats Thomas Pedersen
2011-08-09 19:50 ` [PATCH 1/6] mac80211: fix mesh beacon format Thomas Pedersen
2011-08-10 13:37   ` Johannes Berg
2011-08-10 18:20     ` Thomas Pedersen
2011-08-09 19:50 ` [PATCH 2/6] ieee80211: introduce Self Protected Action codes Thomas Pedersen
2011-08-09 19:50 ` [PATCH 3/6] mac80211: update mesh peering frame codes Thomas Pedersen
2011-08-09 19:50 ` [PATCH 4/6] mac80211: update mesh peering frame format Thomas Pedersen
2011-08-09 19:50 ` [PATCH 5/6] ieee80211: add mesh action codes Thomas Pedersen
2011-08-09 19:50 ` [PATCH 6/6] mac80211: update mesh path selection frame format Thomas Pedersen
  -- strict thread matches above, loose matches on Subject: below --
2011-07-25 23:59 [PATCH 0/6] update mesh frame formats Thomas Pedersen
2011-07-25 23:59 ` [PATCH 3/6] mac80211: update mesh peering frame codes Thomas Pedersen

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.