ath9k: Ensure xmit makes progress.
authorBen Greear <greearb@candelatech.com>
Mon, 10 Jan 2011 07:11:47 +0000 (23:11 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Jan 2011 20:32:22 +0000 (15:32 -0500)
commit082f65368991f6bb7499c379754505cb674708b1
tree0d0b1c9e8b074e25d3beb6a54ac67ad9293c3980
parent9244f48d0052ae17b4af70bfc46ad544c4c06a50
ath9k: Ensure xmit makes progress.

If the txq->axq_q is empty, the code was breaking out
of the tx_processq logic without checking to see if it should
transmit other queued AMPDU frames (txq->axq_acq).

This patches ensures ath_txq_schedule is called.

This needs review.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c