From: Tomas Winkler Date: Mon, 8 Sep 2008 15:33:39 +0000 (+0200) Subject: mac80211: remove disassociation code from ieee80211_set_associated X-Git-Tag: v2.6.28-rc1~717^2~292^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e5bf258b399f74b606e532ae0a2599522fd7bf;p=pandora-kernel.git mac80211: remove disassociation code from ieee80211_set_associated This patch moves disassociation code from ieee80211_set_associated to ieee80211_set_disassoc. To reduce code duplication, it introduces the ieee80211_sta_send_apinfo function. Additionally, it fixes a lapse where BSS_CHANGED_HT wasn't set when notifying the driver of changes due to disassociation. Signed-off-by: Tomas Winkler Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed