iwlwifi: mvm: remove pointless _bh from spinlock in timer
authorJohannes Berg <johannes.berg@intel.com>
Wed, 3 Aug 2016 11:38:59 +0000 (13:38 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 16 Sep 2016 06:10:34 +0000 (09:10 +0300)
commit9b8568360585854c4fe99572e4fbffc736706cfd
tree9b7d5eb5b976f8f02eb8be1ee68abe66ded0e47d
parent723d11a4cdf63544a01ae7a474c202a914b67a3b
iwlwifi: mvm: remove pointless _bh from spinlock in timer

Inside the reorder timer expire function, there's no point in
disabling BHs since it is in BH context. Remove that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c