iwlwifi: don't double-activate queue 4
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 6 Nov 2009 22:52:50 +0000 (14:52 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 20:23:42 +0000 (15:23 -0500)
commita221e6f7b48ee2d9352827af8aec8b49272b5b43
treec470e3d44c45d642c2d95b808efe942cccdd909d
parent0748dc1fcd8589c0e215e26112320b76e7c9a262
iwlwifi: don't double-activate queue 4

The fourth queue (command queue) is already activated in
the loop above that also maps it to the command FIFO and
therefore doesn't need to be marked as activated again.
Also change the TODO comment to be accurate -- we need
to initialise the _queues_, not FIFOs, and map them to
device FIFOs.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-5000.c