rt2x00: conf_tx() only need register access for WMM queues
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 17 Jan 2009 19:42:58 +0000 (20:42 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:46 +0000 (16:00 -0500)
conf_tx() in rt61pci and rt73usb only have to check once
if the queue_idx indicates a non-WMM queue and break of
the function immediately if that is the case.

Only the WMM queues need to have the TX configuration written
to the registers.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found