linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Carlos Cobo <luisca@cozybit.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH 00/13] o11s: mesh interface support for mac80211
Date: Mon, 4 Feb 2008 10:48:57 -0800	[thread overview]
Message-ID: <47a78212.15588c0a.27b2.61d2@mx.google.com> (raw)

This series of patches provides support for (pre) IEEE 802.11s mesh interfaces.
Current features include mesh discovery, peer link establishment and on-demand
HWMP path discovery, using hop count as the metric.

The code has been tested in a 12-node testbed and has proved to be stable and
functional. We would like to get it integrated as soon as possible so it can get
more widespread testing and (hopefully) contributions. Unfortunately we have run
out of funds for this project (we are looking for sponsors!) so work on the
project from our side might slow down. At the very least, we are commited to
fixing bugs and tracking changes introduced by newer versions of the 11s draft.

The only supported driver right now is zd1211rw, but changes in the driver for
mesh functionality are minimal (for the zd1211rw driver most changes were just
to provide missing functionality such as beaconing support), so we expect a wide
array of devices to be supported soon.

We would appreciate any comments or advice useful toward integration of this
code. Specific areas where we would like to get some feedback are:

- Possible integration between mesh peer link and sta_info structures. Their
  purpose is similar and it will make it easier to implement mesh rate control
  and airtime link metric.

- Beaconing support: the current beacon model is appropriate for the zd1211rw
  driver but might not be for others.

- set_mesh_cfg command to set mesh ID and use of broadcast mesh ID when none is
  set: Johannes suggested the mesh ID should be specified when creating the mesh
  interface [1]. However we feel that a "mesh configuration" or "mesh network"
  object analogous to the "association" object he talks about would be more
  appropriate. Such an association object has not yet been implemented. We
  would appreciate some advice on how to implement our mesh network object so
  that it follows the spirit of mac80211.

- Scan support: we were waiting for scan to be moved to cfg80211 to avoid
  messing unnecessarily with wext, is there any effort in this direction?

[1]: http://www.spinics.net/lists/linux-wireless/msg07745.html

For more information, please visit: http://o11s.org/devel

Enjoy,

Luis Carlos Cobo



             reply	other threads:[~2008-02-04 21:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-04 18:48 Luis Carlos Cobo [this message]
2008-02-07  0:13 ` [PATCH 00/13] o11s: mesh interface support for mac80211 Johannes Berg
2008-02-19 21:13   ` Luis Carlos Cobo
2008-02-19 21:39     ` Dan Williams
2008-02-19 21:59     ` Luis R. Rodriguez
2008-02-19 22:26       ` Luis Carlos Cobo
2008-02-20 23:42     ` Johannes Berg

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=47a78212.15588c0a.27b2.61d2@mx.google.com \
    --to=luisca@cozybit.com \
    --cc=linux-wireless@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).