From: Tomas Winkler Date: Tue, 25 Nov 2008 11:05:44 +0000 (+0200) Subject: mac80211: disassociate prior to unlinking AP/station X-Git-Tag: v2.6.29-rc1~581^2~305^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e268e47b8ca5bddd189320884c3cc7d9ae489f4;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed