commit | 565a019ac635d4f5140a8c4da21387c3b2b28fb9 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <IvDoorn@gmail.com> | Tue Jun 03 20:29:05 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Sat Jun 14 12:17:56 2008 -0400 |
tree | 2a8156ed8020c48ef89d524adb51fcc23b91f66d | |
parent | 1b92ad7a4549288e8d4d62e1329c50f9349eafa4 [diff] |
rt2x00: Fix queue initialization qid should be initialized to QID_BEACON and QID_ATIM for the beacon and atim quue. This makes checking for a particular queue much saner, and it shouldn't harm, because the only places where the value is send to the hardware, we are allowed to send any value we want since it is only used as argument in the TX done register. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>