]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: re-organize the PCIe ISR code
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 9 Dec 2013 09:48:30 +0000 (11:48 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 17 Dec 2013 20:32:59 +0000 (22:32 +0200)
commit924ca40a4e95f5b368e877c7848d68c29c5ba5f8
tree040a6e956b02d58e9434d28b2f84bd31290b255a
parentea2277fb35a9ad34ae0632d80889fb2080e886b2
iwlwifi: pcie: re-organize the PCIe ISR code

Separate the code that simply disables interrupt in the
hardware and the code that checks what interrupt fired.
This will be useful to move the second part in the threaded
handler which will be done in a future patch.

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
drivers/net/wireless/iwlwifi/pcie/trans.c