All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yeoh Chun-Yeow <yeohchunyeow@gmail.com>
To: devel@lists.open80211s.org
Cc: johannes@sipsolutions.net, linux-wireless@vger.kernel.org
Subject: Re: [RFC] mac80211: make CONFIG_MAC80211_MESH=y default
Date: Sun, 17 Feb 2013 21:58:24 +0800	[thread overview]
Message-ID: <CAEFj985iOoNWK-6-D7A_KbSm9kc8dL4CTyCKy4xtt7uXBzmu+g@mail.gmail.com> (raw)
In-Reply-To: <1361042551-15598-1-git-send-email-thomas@cozybit.com>

http://o11s.org seems not active.

---
Chun-Yeow

On Sun, Feb 17, 2013 at 3:22 AM, Thomas Pedersen <thomas@cozybit.com> wrote:
> Increases mac80211 memory use by about 95K.
>
> At least Ubuntu, Debian, and Arch Linux already enable
> this in their default kernels.
>
> Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
> ---
>  net/mac80211/Kconfig |   15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
> index 0ecf947..4ca2a49 100644
> --- a/net/mac80211/Kconfig
> +++ b/net/mac80211/Kconfig
> @@ -80,14 +80,15 @@ comment "Some wireless drivers require a rate control algorithm"
>         depends on MAC80211 && MAC80211_HAS_RC=n
>
>  config MAC80211_MESH
> -       bool "Enable mac80211 mesh networking (pre-802.11s) support"
> -       depends on MAC80211 && EXPERIMENTAL
> +       bool "Enable mac80211 mesh networking (802.11s) support"
> +       depends on MAC80211
> +       default y
>         ---help---
> -        This options enables support of Draft 802.11s mesh networking.
> -        The implementation is based on Draft 2.08 of the Mesh Networking
> -        amendment.  However, no compliance with that draft is claimed or even
> -        possible, as drafts leave a number of identifiers to be defined after
> -        ratification.  For more information visit http://o11s.org/.
> +        This options enables support for 802.11s mesh networking.  The
> +        implementation is based on the 11s amendment introduced in IEEE
> +        802.11-2012. An effort has been made to be standard-compliant, so If
> +        you notice something amiss, please contact the maintainers.  For more
> +        information visit http://o11s.org/.
>
>  config MAC80211_LEDS
>         bool "Enable LED triggers"
> --
> 1.7.10.4
>
> _______________________________________________
> Devel mailing list
> Devel@lists.open80211s.org
> http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

  reply	other threads:[~2013-02-17 13:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-16 19:22 [RFC] mac80211: make CONFIG_MAC80211_MESH=y default Thomas Pedersen
2013-02-17 13:58 ` Yeoh Chun-Yeow [this message]
2013-02-18 14:17   ` Johannes Berg
2013-02-18 14:19 ` Johannes Berg
2013-02-19 18:01   ` Thomas Pedersen
2013-02-20  1:00   ` Julian Calaby
2013-02-20  8:25     ` Johannes Berg
2013-02-20 18:21       ` Thomas Pedersen
2013-02-20 20:01         ` 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=CAEFj985iOoNWK-6-D7A_KbSm9kc8dL4CTyCKy4xtt7uXBzmu+g@mail.gmail.com \
    --to=yeohchunyeow@gmail.com \
    --cc=devel@lists.open80211s.org \
    --cc=johannes@sipsolutions.net \
    --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 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.