This patchset enables multiple interfaces on the same host to share mesh path
selection and frame forwarding duties. The peering state machine remains
per-interface.

The user interface looks something like:

iw wlan0 mesh join foo shared on
iw wlan1 mesh join foo shared on

As long as wlan0 and wlan1 have a matching mesh setup profile, they will be
considered part of the same MBSS.

This approach is superior to simple 802.1d briding, since mac80211 can
dynamically pick the better link instead of simply disabling an entire port.
The added link knowledge also enables bonding and alternation in the future.

Bob Copeland (6):
  mac80211: track and share mesh BSSes among interfaces
  mac80211: mesh: add function to tx on all other mbss ifaces
  mac80211: use all MBSS interfaces for path selection
  mac80211: forward group frames on mbss-shared interfaces
  mac80211: add shared-mbss transmit path
  mac08211: add shared-mbss receive path handling

Thomas Pedersen (6):
  mac80211: assign outgoing interface with nexthop
  mac80211: forward frames on correct mbss-shared interface
  mac80211: notify bridge when leaving mesh
  mac80211: make RMC per-mbss
  {nl,mac}80211: specify MBSS sharing on/off
  {nl,mac}80211: allow mpath dump to span local MBSS

 include/net/cfg80211.h       |    8 +-
 include/uapi/linux/nl80211.h |   12 +-
 net/mac80211/cfg.c           |   17 +--
 net/mac80211/ieee80211_i.h   |   37 +++++-
 net/mac80211/iface.c         |    3 -
 net/mac80211/mesh.c          |  276 +++++++++++++++++++++++++++++++++++++++---
 net/mac80211/mesh.h          |   24 ++--
 net/mac80211/mesh_hwmp.c     |  133 ++++++++++++++------
 net/mac80211/mesh_pathtbl.c  |   68 +++++++----
 net/mac80211/rx.c            |  110 +++++++++++++----
 net/mac80211/tx.c            |    8 +-
 net/wireless/mesh.c          |    1 +
 net/wireless/nl80211.c       |   21 +++-
 net/wireless/rdev-ops.h      |   10 +-
 14 files changed, 599 insertions(+), 129 deletions(-)

-- 
1.7.10.4

_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to