commit | 0c325769a394559941acda83e888a1d9b1ef8b7f | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Aug 25 23:10:53 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 29 15:25:33 2011 -0400 |
tree | 6c64e9a7f14f5d8c9d6d0df095aa2747caddc0b8 | |
parent | 57210f7c9f04a2509ee54a0f454003a714db96dd [diff] |
iwlagn: move ISR related data to transport layer Since the ISR is entirely in the transport layer, its data should be in the pcie specific region. Change sync_irq to first disable and then synchronize the IRQ. iwl_isr and iwl_isr_ict now receive iwl_trans. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>