]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: don't configure a txq that is being disabled
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 4 Jun 2012 13:48:17 +0000 (16:48 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Jun 2012 07:01:03 +0000 (09:01 +0200)
commit2624bbbdf9ab46c4bda9a84b3779621e456d221e
treed29159293215215d16835ca773b5bd9a347248ab
parent4bf10086b71abcd69a12a1e406174e2b13c36859
iwlwifi: don't configure a txq that is being disabled

This is not needed, we just need to tell the SCD not to use
that queue. We will reconfigure that queue when we will use
it again.

Clean up a bit the code on the way.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/pcie/internal.h
drivers/net/wireless/iwlwifi/pcie/tx.c