rt2x00: Fix queue->qid initialization
commit8f539276ee97bd174f644fb6c18bb9965b596032
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 10 Feb 2008 21:51:41 +0000 (10 22:51 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:21 +0000 (29 15:37 -0500)
treeb449a9c8e3a0538661c796ea485ebc56b2681acc
parent647d0ca905f7d975e0bf41f571de6f443c814913
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>
drivers/net/wireless/rt2x00/rt2x00queue.c