cfg80211: refuse authenticating to same BSSID twice
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 2 Jul 2009 16:26:18 +0000 (18:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:54 +0000 (15:01 -0400)
commit0a9b5e17952ec7ce938645a23ba29bcfdb66c8d9
tree2df7380758211f107f3510cae6a96bad7b38db08
parent19957bb399e2722719c0e20c9ae91cf8b6aaff04
cfg80211: refuse authenticating to same BSSID twice

It is possible that there are different BSS structs with
the same BSSID, but we cannot authenticate with multiple
of them them because we need the BSSID to be unique for
deauthenticating/disassociating.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/mlme.c