]> Pileus Git - ~andy/linux/commit
ath5k: Renumber hw queue ids
authorNick Kossifidis <mickflemm@gmail.com>
Fri, 25 Nov 2011 18:40:30 +0000 (20:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Nov 2011 19:44:22 +0000 (14:44 -0500)
commitb4cfb5d574cd9e23e41462061941f6ac68a41c80
tree807ba6d504c9132c02f4d96304d9bfc8f59e6f04
parent29355a4877d7b3219318f0be5b3af55128a4f0ce
ath5k: Renumber hw queue ids

According to documentation higher DCUs have higher priority and should
be used for beacons and CAB traffic. More specifically DCU 9 should be
used for beacons and DCU 8 for CAB traffic, I assumed DCU 7 should be
OK for UAPSD traffic.

Note that DCU 8 and 9 are special because they can only be mapped to a single
QCU each but since we use a 1:1 mapping between QCUs and DCUs anyway we don't
have to change much.

P.S. I also did a few related cleanups on qcu.c and ath5k.h

Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/qcu.c