From: Ivo van Doorn Date: Sun, 10 Feb 2008 21:51:41 +0000 (+0100) Subject: rt2x00: Fix queue->qid initialization X-Git-Tag: v2.6.26-rc1~1138^2~530^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f539276ee97bd174f644fb6c18bb9965b596032;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed