From: Christian Lamparter Date: Sat, 6 Jun 2009 03:07:23 +0000 (+0200) Subject: ar9170: xmit code revamp X-Git-Tag: v2.6.31-rc1~330^2~64^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9c5aaeedfda256ed77094303e2a7242c3290da;p=pandora-kernel.git ar9170: xmit code revamp This patch is a back-port from aggregation testing code. In the past, we didn't limit the amount of active tx urbs. However, ar9170 only has a limited buffer reserved for pending data frames. This wasn't much of a problem with the slower 802.11b/g. We simply stopped the full queue and moved on to something different in the mean time. But - as you guessed it - this simple approach stands in way for a decent aggregation implementation. Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed