commit | 0aa86df673d2122fcffc43ed0266279e1b8d8204 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 27 22:58:21 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 03 15:33:00 2013 +0100 |
tree | 972837dccd252e075cf945866be1dc6bf688af74 | |
parent | a8b691e6104e6bd27070b6ed6622d0b640707fa8 [diff] |
iwlwifi: move some PCIe calls to better places Synchronizing the IRQ is pointless when we will then enable the RF-Kill interrupt again, but is needed before we free it and the data needed to handle IRQs; move it to the free function. Simiarly, cancelling the replenish work struct can move to the function that frees the RX data structures. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>