From: Felix Fietkau Date: Sat, 27 Aug 2011 22:32:25 +0000 (+0200) Subject: ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr X-Git-Tag: v3.2-rc1~129^2~287^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f1d26c16d5806f23f8d7ce5b85362a1897fbef;p=pandora-kernel.git ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr With sequence number and buffer allocation deferred to when they're needed for the first time, it becomes much easier to start dropping packets from the tid queue if necessary, e.g. when latency suddenly increases. This can lead to some future improvements in buffer management for better latency. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed