Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300836
b: refs/heads/master
c: 3d79499
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Natarajan authored and Kalle Valo committed Apr 3, 2012
1 parent db26942 commit dab585a
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: 8437754c83351d6213c1a47ff029c1126d6042a7
refs/heads/master: 3d79499c1c9cbdcb9ccc96e416c9216763e153db
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2220,6 +2220,7 @@ int ath6kl_cfg80211_suspend(struct ath6kl *ar,
enum ath6kl_cfg_suspend_mode mode,
struct cfg80211_wowlan *wow)
{
struct ath6kl_vif *vif;
enum ath6kl_state prev_state;
int ret;

Expand Down Expand Up @@ -2289,6 +2290,9 @@ int ath6kl_cfg80211_suspend(struct ath6kl *ar,
break;
}

list_for_each_entry(vif, &ar->vif_list, list)
ath6kl_cfg80211_scan_complete_event(vif, true);

return 0;
}
EXPORT_SYMBOL(ath6kl_cfg80211_suspend);
Expand Down

0 comments on commit dab585a

Please sign in to comment.