From: "Tomas Winkler" <tomasw@gmail.com>
To: "Johannes Berg" <johannes@sipsolutions.net>
Cc: "John Linville" <linville@tuxdriver.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] mac80211: probe with correct SSID
Date: Fri, 19 Sep 2008 11:04:30 +0300 [thread overview]
Message-ID: <1ba2fa240809190104t361ea3fcyd9df6a204f6eac00@mail.gmail.com> (raw)
In-Reply-To: <1221793834.10419.0.camel@johannes.berg>
On Fri, Sep 19, 2008 at 6:10 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> While associated, we should probe with the SSID we're associated to,
> not the scan SSID.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
> net/mac80211/mlme.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- everything.orig/net/mac80211/mlme.c 2008-09-19 01:46:33.000000000 +0200
> +++ everything/net/mac80211/mlme.c 2008-09-19 01:46:47.000000000 +0200
> @@ -973,8 +973,8 @@ static void ieee80211_associated(struct
> disassoc = 1;
> } else
> ieee80211_send_probe_req(sdata, ifsta->bssid,
> - local->scan_ssid,
> - local->scan_ssid_len);
> + ifsta->ssid,
> + ifsta->ssid_len);
> ifsta->flags ^= IEEE80211_STA_PROBEREQ_POLL;
> } else {
> ifsta->flags &= ~IEEE80211_STA_PROBEREQ_POLL;
>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
prev parent reply other threads:[~2008-09-19 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-19 3:10 [PATCH] mac80211: probe with correct SSID Johannes Berg
2008-09-19 8:04 ` Tomas Winkler [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=1ba2fa240809190104t361ea3fcyd9df6a204f6eac00@mail.gmail.com \
--to=tomasw@gmail.com \
--cc=johannes@sipsolutions.net \
--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