]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
mac80211: move aggregation callback processing
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Jun 2010 08:21:37 +0000 (10:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jun 2010 19:39:27 +0000 (15:39 -0400)
commitc1475ca99edcc7216ddc45838ab2c3281c14ba22
tree3f1a5fd9c2fce428382cf49e3140c281a49e006b
parent344eec67c7b8557234e149d254bca2ae9614d61e
mac80211: move aggregation callback processing

This moves the aggregation callback processing
to the per-sdata skb queue and a work function
rather than the tasklet.

Unfortunately, this means that it extends the
pkt_type hack to that skb queue. However, it
will enable making ampdu_action API changes
gradually, my current plan is to get rid of
this again by forcing drivers to only return
from ampdu_action() when everything is done,
thus removing the callbacks completely.

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