mac80211: Fix reassociation by not clearing previous BSSID
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 19 Mar 2009 11:39:20 +0000 (13:39 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:13:01 +0000 (20:13 -0400)
commita299542e97ec1939fdca7db6d3d82c0aa9bf8b9a
treef7af1607553e08ec9c6fde0e8430a0a2b003a384
parent4b4698c443c9db62b220c41a1793872d6ebe82e1
mac80211: Fix reassociation by not clearing previous BSSID

We must not clear the previous BSSID when roaming to another AP within
the same ESS for reassociation to be used properly. It is fine to
clear this when the SSID changes, so let's move the code into
ieee80211_sta_set_ssid().

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c