mac80211: stop queues temporarily for flushing
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Feb 2013 11:25:28 +0000 (12:25 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 18 Mar 2013 19:15:05 +0000 (20:15 +0100)
Sometimes queues are flushed in the middle of
operation, which can lead to driver issues.
Stop queues temporarily, while flushing, to
avoid transmitting new packets while they are
being flushed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found