commit | 56dc63369270b60e59637d153caf2e6b424ca30e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Aug 28 00:32:22 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 30 15:38:53 2011 -0400 |
tree | 154f4407292b66cbc273dcb78e595b52952f3761 | |
parent | a75c0629716ea19ff934ef4ff1c31a4610bcb408 [diff] |
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>