From: Emmanuel Grumbach Date: Wed, 11 Dec 2013 08:22:28 +0000 (+0200) Subject: iwlwifi: pcie: use don't disable interrupt when rxq->lock is taken X-Git-Tag: v3.14-rc1~94^2~238^2^2~83^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51232f7e608603f6a7a91136accf548a6c76332c;p=pandora-kernel.git 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 Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed