linux_dsm_epyc7002/drivers/net/wireless/iwlwifi/pcie
Emmanuel Grumbach 51232f7e60 iwlwifi: pcie: use don't disable interrupt when rxq->lock is taken
This lock was never acquired in the primary interrupt
handler, but since it was acquired along with irq_lock
which had to disable interrupts, rxq->lock had to disable
interrupts too.
Now that trans_pcie->irq_lock isn't acquired in the primary
interrupt handler, rxq->lock can let interrupt enabled.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2013-12-21 21:23:06 +02:00
..
drv.c iwlwifi: mvm: a few more SKUs for 7260 and 3160 2013-12-09 22:29:05 +02:00
internal.h iwlwifi: pcie: no need to save inta in trans_pcie 2013-12-21 21:21:25 +02:00
rx.c iwlwifi: pcie: use don't disable interrupt when rxq->lock is taken 2013-12-21 21:23:06 +02:00
trans.c iwlwifi: pcie: use don't disable interrupt when irq_lock is taken 2013-12-21 21:23:03 +02:00
tx.c iwlwifi: pcie: use don't disable interrupt when irq_lock is taken 2013-12-21 21:23:03 +02:00