Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328170
b: refs/heads/master
c: ee7d737
h: refs/heads/master
v: v3
  • Loading branch information
David Spinadel authored and Johannes Berg committed Sep 10, 2012
1 parent c73a108 commit 4740dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b61fa242ce56838ce1c41db3692b64b4c344776
refs/heads/master: ee7d737c45440062320c16bc7ad7bb5c9fe8888e
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/pcie/trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,10 @@ static void iwl_trans_pcie_stop_hw(struct iwl_trans *trans,
bool hw_rfkill;
unsigned long flags;

spin_lock_irqsave(&trans_pcie->irq_lock, flags);
iwl_disable_interrupts(trans);
spin_unlock_irqrestore(&trans_pcie->irq_lock, flags);

iwl_apm_stop(trans);

spin_lock_irqsave(&trans_pcie->irq_lock, flags);
Expand Down

0 comments on commit 4740dbc

Please sign in to comment.