commit | f823981e288f83113bf1129ff2c94e2fd74a28dd | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Jun 27 14:18:22 2012 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jun 28 11:36:14 2012 +0200 |
tree | d441332c9230fc0276c9aeecc723e5077c9b1a15 | |
parent | fc8a7321d3d68af759a369a9ad3e2426688742d3 [diff] |
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 <eliad@wizery.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>