]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: don't disable bh when handling FW errors
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 5 May 2017 14:55:24 +0000 (17:55 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Jun 2017 09:05:51 +0000 (12:05 +0300)
commitffd6fd45616672ee1ba122ea54d47fa8fe1dd8d8
treeb8a7b712eb706667997c23672f03cf618fedc09b
parent6b28f9784c394f0692e160f81b07c82cb64af160
iwlwifi: pcie: don't disable bh when handling FW errors

When we started using threaded irqs, all the opmode calls were changed
to be called with local_bh disabled.  The reason for this was it was
that mac80211 needs that.  When we are handling FW errors, mac80211 is
not involved, so we don't need it.

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