From: Ivo van Doorn Date: Mon, 13 Dec 2010 11:36:38 +0000 (+0100) Subject: rt2x00: Fix WMM Queue naming X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f615e9a38a8e6239d35891a05f2ac1159088780a;p=pandora-kernel.git rt2x00: Fix WMM Queue naming The Queue names were incorrectly copied from the legacy drivers, as a result the queue names were inversed to what was expected. This renames the queues using this mapping: QID_AC_BK -> QID_AC_VO (priority 0) QID_AC_BE -> QID_AC_VI (priority 1) QID_AC_VI -> QID_AC_BE (priority 2) QID_AC_VO -> QID_AC_BK (priority 3) Note that this was a naming problem only, which didn't affect the assignment of frames to their respective queues. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed