commit | a299542e97ec1939fdca7db6d3d82c0aa9bf8b9a | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni.malinen@atheros.com> | Thu Mar 19 13:39:20 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 27 20:13:01 2009 -0400 |
tree | f7af1607553e08ec9c6fde0e8430a0a2b003a384 | |
parent | 4b4698c443c9db62b220c41a1793872d6ebe82e1 [diff] |
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>