]> git.baikalelectronics.ru Git - kernel.git/commit
ar9170: simplify & deBUG tx_status queueing and reporting
authorChristian Lamparter <chunkeey@web.de>
Mon, 23 Mar 2009 11:15:43 +0000 (12:15 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:13:14 +0000 (20:13 -0400)
commit9c1036a2f8702bc8db6e6ba19f6c7bd6fb813e0b
treee4c123fcd3193eb32f8fa5464d9279bd1a07d5fd
parent7ae7211538e5a31655e4798b23f308db9683083a
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>
drivers/net/wireless/ar9170/ar9170.h
drivers/net/wireless/ar9170/hw.h
drivers/net/wireless/ar9170/main.c