[ath9k-devel] [PATCH RESEND 09/11] ath9k: Try all queues when looking for next packet to send.

2011-01-09 Thread greearb
From: Ben Greear There can be multiple struct ath_atx_ac entries for each txq, so if the first one doesn't have any packets to send now, try the rest of them. This should help keep xmit going when using multiple stations, especially with AMPDU enabled. Signed-off-by: Ben Greear --- :100644 100

Re: [ath9k-devel] [PATCH RESEND 09/11] ath9k: Try all queues when looking for next packet to send.

2011-01-25 Thread John W. Linville
On Sun, Jan 09, 2011 at 11:11:51PM -0800, gree...@candelatech.com wrote: > From: Ben Greear > > There can be multiple struct ath_atx_ac entries for each > txq, so if the first one doesn't have any packets to send > now, try the rest of them. This should help keep xmit > going when using multiple

Re: [ath9k-devel] [PATCH RESEND 09/11] ath9k: Try all queues when looking for next packet to send.

2011-01-25 Thread Ben Greear
On 01/25/2011 01:37 PM, John W. Linville wrote: > On Sun, Jan 09, 2011 at 11:11:51PM -0800, gree...@candelatech.com wrote: >> From: Ben Greear >> >> There can be multiple struct ath_atx_ac entries for each >> txq, so if the first one doesn't have any packets to send >> now, try the rest of them. T