commit | 5e790023620ee02486fd64c7e5a6115ce004495d | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Jan 17 20:42:58 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 16:00:46 2009 -0500 |
tree | b2cf06ad1b846c191fd2cf240c7f35cd4cb5ad55 | |
parent | 4e54c711b42c3cc8da8a3fdcde3407b86d67ebcc [diff] |
rt2x00: conf_tx() only need register access for WMM queues 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>