]> git.baikalelectronics.ru Git - kernel.git/commit
rt2x00: Fix queue initialization
authorIvo van Doorn <IvDoorn@gmail.com>
Tue, 3 Jun 2008 18:29:05 +0000 (20:29 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 14 Jun 2008 16:17:56 +0000 (12:17 -0400)
commit25fbb3c0601a9348d7fbd1eaa4cfe0112501d7f0
tree2a8156ed8020c48ef89d524adb51fcc23b91f66d
parentd11bace538e78ff59c47c74c2c716710f350fbf3
rt2x00: Fix queue initialization

qid should be initialized to QID_BEACON and QID_ATIM
for the beacon and atim quue. This makes checking for
a particular queue much saner, and it shouldn't harm,
because the only places where the value is send to
the hardware, we are allowed to send any value we
want since it is only used as argument in the
TX done register.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00queue.c