commit | 4a48e2a484e5cf99da4795cf2d6916e057d533ad | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@web.de> | Mon Mar 23 12:15:43 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 27 20:13:14 2009 -0400 |
tree | e4c123fcd3193eb32f8fa5464d9279bd1a07d5fd | |
parent | 04de83815993714a7ba2618f637fa1092a5f664b [diff] |
ar9170: simplify & deBUG tx_status queueing and reporting This patch simplifies the tx_status report code by using four tx_queues per station instead of only one. (the skb lookup should be in O(1) now :-p ). Also, it fixes a really obvious copy&paste bug in the janitor work code and adds back a few spilled bits to the hardware definition header about QoS. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>