linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Thomas Pedersen <thomas@cozybit.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/2] cfg80211: simplify mesh BSS comparison
Date: Wed, 30 Jan 2013 08:49:27 +0100	[thread overview]
Message-ID: <1359532167.8010.0.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <20130130014222.GA25214@cable.cozybit.com> (sfid-20130130_024327_399043_37BB70B9)

On Tue, 2013-01-29 at 17:42 -0800, Thomas Pedersen wrote:

> FWIW cfg80211_get_mesh() has no users either.

Oh, I'll kill it too then :-)

> > +	if (WLAN_CAPABILITY_IS_STA_BSS(a->capability))
> > +		ie1 = cfg80211_find_ie(WLAN_EID_MESH_ID,
> > +				       a_ies->data, a_ies->len);
> > +	if (WLAN_CAPABILITY_IS_STA_BSS(a->capability))
> 
> You probably wanted:
> 
> 	if (WLAN_CAPABILITY_IS_STA_BSS(b->capability))

Yup, indeed, thanks.

johannes


  reply	other threads:[~2013-01-30  7:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-29 23:45 [PATCH 1/2] cfg80211: refactor hidden SSID finding Johannes Berg
2013-01-29 23:45 ` [PATCH 2/2] cfg80211: simplify mesh BSS comparison Johannes Berg
2013-01-30  1:42   ` Thomas Pedersen
2013-01-30  7:49     ` Johannes Berg [this message]
2013-01-29 23:55 ` [PATCH 1/2] cfg80211: refactor hidden SSID finding Johannes Berg
2013-02-04 15:39 ` 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=1359532167.8010.0.camel@jlt4.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=thomas@cozybit.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).