All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Benc <jbenc@suse.cz>
To: Michael Wu <flamingice@sourmilk.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] d80211: Support automatic channel/BSSID/SSID  configuration
Date: Mon, 19 Feb 2007 20:08:27 +0100	[thread overview]
Message-ID: <20070219200827.35172cbd@griffin.suse.cz> (raw)
In-Reply-To: <200702161547.09806.flamingice@sourmilk.net>

On Fri, 16 Feb 2007 15:47:05 -0500, Michael Wu wrote:
> --- a/net/d80211/ieee80211_sta.c
> +++ b/net/d80211/ieee80211_sta.c
> [...]
> +static int ieee80211_sta_config_auth(struct net_device *dev,
> +				     struct ieee80211_if_sta *ifsta)
> +{
> [...]
> +
> +		if (top_rssi < bss->rssi)
> +			selected = bss;
> +
> +		top_rssi = bss->rssi;

if (top_rssi < bss->rssi) {
	select = bss;
	top_rssi = bss->rssi;
}
?

Thanks,

 Jiri

-- 
Jiri Benc
SUSE Labs

  reply	other threads:[~2007-02-19 19:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-11  8:26 [PATCH] d80211: Support automatic channel/BSSID/SSID configuration Michael Wu
2007-02-16 17:15 ` Jiri Benc
2007-02-16 20:47   ` Michael Wu
2007-02-19 19:08     ` Jiri Benc [this message]
2007-02-19 19:14       ` Michael Wu
2007-02-19 19:16         ` Michael Wu
2007-02-19 20:22           ` Jiri Benc

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=20070219200827.35172cbd@griffin.suse.cz \
    --to=jbenc@suse.cz \
    --cc=flamingice@sourmilk.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.