From: Felix Fietkau Date: Sat, 27 Aug 2011 22:32:22 +0000 (+0200) Subject: ath9k: clean up the aggregation tid queue X-Git-Tag: v3.2-rc1~129^2~287^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56dc63369270b60e59637d153caf2e6b424ca30e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed