]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: always process blockack action from workqueue
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Jun 2010 08:21:35 +0000 (10:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jun 2010 19:39:26 +0000 (15:39 -0400)
commitbed7ee6e44cb7633a4f9821688a6c7ae977615ed
tree0c4997408d74abbde021b11b6b1046d815524e15
parent77a121c3a88eb00a4b5e753d083dbb7d49fefb0a
mac80211: always process blockack action from workqueue

To prepare for making the ampdu_action callback
sleep, make mac80211 always process blockack
action frames from the skb queue. This gets rid
of the current special case for managed mode
interfaces as well.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c
net/mac80211/mlme.c
net/mac80211/rx.c