linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mac80211: Fix queuing of scan containing a SSID
@ 2007-11-09 15:22 Helmut Schaa
  2007-11-09 15:25 ` [PATCH 1/2] " Helmut Schaa
  0 siblings, 1 reply; 3+ messages in thread
From: Helmut Schaa @ 2007-11-09 15:22 UTC (permalink / raw)
  To: linville; +Cc: Jiri Benc, linux-wireless

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

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

end of thread, other threads:[~2007-11-09 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 15:22 [PATCH 0/2] mac80211: Fix queuing of scan containing a SSID Helmut Schaa
2007-11-09 15:25 ` [PATCH 1/2] " Helmut Schaa
2007-11-09 15:26   ` [PATCH 2/2] mac80211: Remove local->scan_flags Helmut Schaa

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).