From: Helmut Schaa <hschaa@suse.de>
To: linville@tuxdriver.com
Cc: Jiri Benc <jbenc@suse.cz>, linux-wireless@vger.kernel.org
Subject: [PATCH 0/2] mac80211: Fix queuing of scan containing a SSID
Date: Fri, 9 Nov 2007 16:22:16 +0100 [thread overview]
Message-ID: <200711091622.16671.hschaa@suse.de> (raw)
The first patch fixes scanning for specific ssid's which is broken due to the
scan being queued up without respecting the ssid to scan for.
The second patch removes all references to local->scan_flags as these are not
used anymore since the removal of prism2 ioctls (see [1]). This is related to
the first patch because of the scan flag IEEE80211_SCAN_MATCH_SSID getting
removed too.
I'm not sure if it makes sense to only return ssid's matching the one scanned
for as it was done when using IEEE80211_SCAN_MATCH_SSID (at least for
wpa_supplicant it doesn't matter). Nevertheless the flag can be dropped as we
could simply check for local->scan_ssid_len instead.
[1]
http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=commit;h=51617f0b76389b29740aa9d7736df99b75d1d9ec
next reply other threads:[~2007-11-09 15:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-09 15:22 Helmut Schaa [this message]
2007-11-09 15:25 ` [PATCH 1/2] mac80211: Fix queuing of scan containing a SSID Helmut Schaa
2007-11-09 15:26 ` [PATCH 2/2] mac80211: Remove local->scan_flags Helmut Schaa
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=200711091622.16671.hschaa@suse.de \
--to=hschaa@suse.de \
--cc=jbenc@suse.cz \
--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).