iwlwifi: pcie: no need to save inta in trans_pcie
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 11 Dec 2013 07:24:39 +0000 (09:24 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 21 Dec 2013 19:21:25 +0000 (21:21 +0200)
commitfe523dc9e90569656b19229d08b27d6cd55f9700
tree8f6c92c31688d98511d429bd1655bf8fd834a4f9
parent7117c000c8370026ee66e8c4b1e1e9838f9962fa
iwlwifi: pcie: no need to save inta in trans_pcie

This was useful when the handling was not in the same
context as the interrupt cause retrieval: we could have
several hard interrupts until the handler gets called.
Since we retrieve the interrupt cause in the handler itself,
there is no need to OR the interrupt causes.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/pcie/internal.h
drivers/net/wireless/iwlwifi/pcie/rx.c