linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.37 PATCH] cfg80211: fix WIPHY_FLAG_IBSS_RSN bit
@ 2010-11-12  6:53 Jussi Kivilinna
  2010-11-12 16:44 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kivilinna @ 2010-11-12  6:53 UTC (permalink / raw)
  To: John W. Linville; +Cc: Johannes Berg, linux-wireless

WIPHY_FLAG_IBSS_RSN is BIT(7) as is WIPHY_FLAG_CONTROL_PORT_PROTOCOL. Change
to BIT(8).

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 {


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

* Re: [2.6.37 PATCH] cfg80211: fix WIPHY_FLAG_IBSS_RSN bit
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2010-11-12 16:44 UTC (permalink / raw)
  To: Jussi Kivilinna; +Cc: John W. Linville, linux-wireless

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 {
> 
> 



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

end of thread, other threads:[~2010-11-12 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).