]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc00cba4e7e7ccedbdc3b08b2612a9cbf58badb14
tree154f4407292b66cbc273dcb78e595b52952f3761
parentc75d48163c9d9de1bf92a3f9c9d6ee25e3e1d828
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