commit | 8e268e47b8ca5bddd189320884c3cc7d9ae489f4 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Nov 25 13:05:44 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 05 09:32:11 2008 -0500 |
tree | 76a5b177e5782ea662a7b9b4b03fbd1a6e87f364 | |
parent | e327b847e67051ece8d121f9aebeb4d736c36a02 [diff] |
mac80211: disassociate prior to unlinking AP/station This patch reorders calls during disassociation in ieee80211_set_disassoc function. Since sta_info_unlink calls sta_notify(REMOVE) it will remove the station representing AP from the driver before it has disassociated from it using bss_info_changed callback. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>