ath9k: clean up the aggregation tid queue
authorFelix Fietkau <nbd@openwrt.org>
Sat, 27 Aug 2011 22:32:22 +0000 (00:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Aug 2011 19:38:53 +0000 (15:38 -0400)
commit56dc63369270b60e59637d153caf2e6b424ca30e
tree154f4407292b66cbc273dcb78e595b52952f3761
parenta75c0629716ea19ff934ef4ff1c31a4610bcb408
ath9k: clean up the aggregation tid queue

Use a sk_buff_head instead containing skbs instead of a list_head
containing ath_bufs. This makes it easier to decouple the aggregation
code from the ath_buf struct

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/xmit.c