linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org
Subject: Re: [2.6.37 PATCH] cfg80211: fix WIPHY_FLAG_IBSS_RSN bit
Date: Fri, 12 Nov 2010 08:44:40 -0800	[thread overview]
Message-ID: <1289580280.3736.0.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <20101112065356.3307.26298.stgit@fate.lan>

On Fri, 2010-11-12 at 08:53 +0200, Jussi Kivilinna wrote:
> WIPHY_FLAG_IBSS_RSN is BIT(7) as is WIPHY_FLAG_CONTROL_PORT_PROTOCOL. Change
> to BIT(8).

Thanks Jussi!

Acked-by: Johannes Berg <johannes@sipsolutions.net>

> Cc: Johannes Berg <johannes@sipsolutions.net>
> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
> ---
>  include/net/cfg80211.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
> index 2a7936d..97b8b7c 100644
> --- a/include/net/cfg80211.h
> +++ b/include/net/cfg80211.h
> @@ -1355,7 +1355,7 @@ enum wiphy_flags {
>  	WIPHY_FLAG_4ADDR_AP			= BIT(5),
>  	WIPHY_FLAG_4ADDR_STATION		= BIT(6),
>  	WIPHY_FLAG_CONTROL_PORT_PROTOCOL	= BIT(7),
> -	WIPHY_FLAG_IBSS_RSN			= BIT(7),
> +	WIPHY_FLAG_IBSS_RSN			= BIT(8),
>  };
>  
>  struct mac_address {
> 
> 



      reply	other threads:[~2010-11-12 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12  6:53 [2.6.37 PATCH] cfg80211: fix WIPHY_FLAG_IBSS_RSN bit Jussi Kivilinna
2010-11-12 16:44 ` Johannes Berg [this message]

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=1289580280.3736.0.camel@jlt3.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=jussi.kivilinna@mbnet.fi \
    --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 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).