commit | 44f1d26c16d5806f23f8d7ce5b85362a1897fbef | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Aug 28 00:32:25 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 30 15:38:53 2011 -0400 |
tree | ea36e26cd67be99ac706a48d0a22c6840e91e761 | |
parent | fa05f87ad4213a3e99bea6f5e73611dc27b4304a [diff] |
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 <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>