]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crash
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 10 May 2017 10:03:01 +0000 (13:03 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Jun 2017 09:20:55 +0000 (12:20 +0300)
commit7d75f32e09c80da8e7ac383e07fb2bbdd8df4d56
tree6130c9991a889b92e36467d789a031c3fe801f95
parentd74a61fc6bed9698b10427a2424556f1cefb6135
iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crash

When the firmware crashes, the transmit queues can't make
any progress. This is why we stop the counter that monitor
the transmit queues' activity.
The call that notifies the error to the op_mode may take
a bit of time, so stop the timer of the transmit queues
earlier.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c