]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/mac80211/util.c
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)
commit445ea4e83ec50668cc9ad7e5cf96d242f19165e8
tree1b6e6c909854358c03fd0047b9f441e0095460e3
parent39ecc01d1bbe3de2cf5f01a81e176ea5160d3b95
mac80211: stop queues temporarily for flushing

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>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/offchannel.c
net/mac80211/pm.c
net/mac80211/tx.c
net/mac80211/util.c