From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:37 +0000 (+0200) Subject: mac80211: move aggregation callback processing X-Git-Tag: v2.6.36-rc1~571^2~540^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1475ca99edcc7216ddc45838ab2c3281c14ba22;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed