From: Eliad Peller Date: Wed, 27 Jun 2012 11:18:22 +0000 (+0300) Subject: mac80211: flush queues before deauth/disassoc X-Git-Tag: v3.6-rc1~125^2~57^2~208^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f823981e288f83113bf1129ff2c94e2fd74a28dd;p=pandora-kernel.git mac80211: flush queues before deauth/disassoc On deauth/disassoc we tear down all BA sessions. These DELBA packets are sent on the appropriate TID, while deauth/disassoc is always sent on VO. This sometimes ends with the DELBA being sent after the deauth was already sent. Fix it by flushing all the pending frames before sending deauth/disassoc. Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg --- Reading git-diff-tree failed