]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: don't reset the TX queue counter
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 24 Jul 2013 11:15:21 +0000 (14:15 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 2 Oct 2013 09:22:29 +0000 (11:22 +0200)
commit3161026e820a26057d83c3d4c628103412f9c712
tree7828ba37ff6b80eb9c7742a7f2d4efb612cebdb2
parent4d2ab945c5612671721f0a33250dd2cb8b96a6e4
iwlwifi: pcie: don't reset the TX queue counter

A few NICs can get into trouble if we reset the TX queue
counters in certain very rare situation. To be on the safe
side, simply avoid to reset the TX queue counter.
This is relevant for non-AMPDU queues only since on AMPDU
we have no choice - we must start the TX queue at the right
index.

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