Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290284
b: refs/heads/master
c: 3c411a4
h: refs/heads/master
v: v3
  • Loading branch information
Raja Mani authored and Kalle Valo committed Jan 30, 2012
1 parent 70c6f0f commit 4f8731a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 081c7a84e969453716e2a7bd315417067c3643ad
refs/heads/master: 3c411a434414f4320ce926bee3733e34ba0ea407
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ static int ath6kl_wow_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow)
return -EIO;

if (!test_bit(CONNECTED, &vif->flags))
return -EINVAL;
return -ENOTCONN;

if (wow && (wow->n_patterns > WOW_MAX_FILTERS_PER_LIST))
return -EINVAL;
Expand Down

0 comments on commit 4f8731a

Please sign in to comment.