commit | 8f539276ee97bd174f644fb6c18bb9965b596032 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Feb 10 22:51:41 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:21 2008 -0500 |
tree | b449a9c8e3a0538661c796ea485ebc56b2681acc | |
parent | 647d0ca905f7d975e0bf41f571de6f443c814913 [diff] |
rt2x00: Fix queue->qid initialization As Adam Baker reported the queue->qid was not initialized correctly. The QID_AC_BE was assigned to the RX ring. This will move the queue initialization into a seperate function and makes sure that all queues are initialized directly with the correct qids. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>