commit | 8784d2ee92fc835bf18dd5096f00ec9a48dc0590 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Wed Jul 29 17:32:28 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 04 16:43:27 2009 -0400 |
tree | 56ab5c1775c02aa4dc44ab306e7ff50be6e13daa | |
parent | 7e2ce646fc0acc99837f73d39528493e146d1dcc [diff] |
ath5k: fix CAB queue operation We need to process tx descriptors for all queues (currently main tx queue and cabq) which may have triggered the TX completion interrupt. Otherwise, the queues can get stuck after sending a few frames. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>