From: Johannes Berg Date: Tue, 5 Oct 2010 17:37:40 +0000 (+0200) Subject: mac80211: avoid transmitting delBA to old AP X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f73c09d64f1fa7d7e6e8b6bb7468d42eddc92d;p=pandora-kernel.git mac80211: avoid transmitting delBA to old AP When roaming while we have active BA session, we can end up transmitting delBA frames to the old AP while we're already on the new AP's channel, which can cause warnings. Simply avoid sending those frames, but still tear down the internal session state, since they are not really necessary anyway as we will implicitly disassociate when sending the association to the new AP. Signed-off-by: Johannes Berg Acked-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed