Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306719
b: refs/heads/master
c: 48f2758
h: refs/heads/master
i:
  306717: f45850e
  306715: 4d17aa1
  306711: b515d52
  306703: 78f2a22
  306687: dc273a7
v: v3
  • Loading branch information
Ming Jiang authored and Kalle Valo committed Apr 16, 2012
1 parent 5ec55b2 commit 690307a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 08c6100967103a26f4cf58b404205747733a8018
refs/heads/master: 48f27587aad1e1630104672b9e20d9d721ea8718
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2196,8 +2196,10 @@ static int ath6kl_cfg80211_deepsleep_suspend(struct ath6kl *ar)
if (!vif)
return -EIO;

if (!ath6kl_cfg80211_ready(vif))
if (!test_bit(WMI_READY, &ar->flag)) {
ath6kl_err("deepsleep failed as wmi is not ready\n");
return -EIO;
}

ath6kl_cfg80211_stop_all(ar);

Expand Down

0 comments on commit 690307a

Please sign in to comment.