]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mac80211: Fix SSID matching in AP selection
authorMichael Wu <flamingice@sourmilk.net>
Fri, 19 Oct 2007 21:14:36 +0000 (17:14 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Oct 2007 02:32:05 +0000 (22:32 -0400)
commitcaedd212608d36858aefbb81f9e89a0b198b9973
tree4f11d04567fb90d5218fd8a3636ff937fb54c5b0
parent8f8b032e592da15002a3198bbe1215ade70bc6fb
[PATCH] mac80211: Fix SSID matching in AP selection

The length of the SSID desired should also be compared in addition to
the memcmp of the SSIDs.

Thanks to Andrea Merello <andreamrl@tiscali.it> for finding this issue.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c