Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369082
b: refs/heads/master
c: b2fda1f
h: refs/heads/master
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Mar 27, 2013
1 parent 287849f commit 940c78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50455cac91740659127704c537250904ffdc9ed0
refs/heads/master: b2fda1f6662681dc854ac902249a89d210cd5583
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,8 @@ static int mwifiex_process_int_status(struct mwifiex_adapter *adapter)
}
dev_dbg(adapter->dev, "info: cmd_sent=%d data_sent=%d\n",
adapter->cmd_sent, adapter->data_sent);
mwifiex_pcie_enable_host_int(adapter);
if (adapter->ps_state != PS_STATE_SLEEP)
mwifiex_pcie_enable_host_int(adapter);

return 0;
}
Expand Down

0 comments on commit 940c78c

Please sign in to comment.