From: Tomas Winkler Date: Mon, 8 Sep 2008 21:32:12 +0000 (+0300) Subject: mac80211: restructure disassoc/deauth flows X-Git-Tag: v2.6.28-rc1~717^2~292^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa458d1737c3cc9a7c90ea9c5ef1ee6d663fba71;p=pandora-kernel.git mac80211: restructure disassoc/deauth flows This patch restructure the flow of disassociation and deauthentication flows to be consistent under all circumstances. It ensures that BA session is treated down before deauthentication or disassociation, adds the removal of the obsolete sta form station table and fixes a related bug (sta_info_destroy without sta_info_unlink) in ieee80211_associated() and reduce some code duplication Signed-off-by: Ron Rindjunsky Signed-off-by: Tomas Winkler Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed