Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369587
b: refs/heads/master
c: b20d34c
h: refs/heads/master
i:
  369585: 1b401e4
  369583: 47ff92a
v: v3
  • Loading branch information
Johannes Berg committed Apr 17, 2013
1 parent ce2edc4 commit df59707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 991fec091061b901e4fdcc8af4fd25d24a5a7bab
refs/heads/master: b20d34c458bc2bbd0a4624f2933581e01e72d875
4 changes: 2 additions & 2 deletions trunk/net/mac80211/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
IEEE80211_MAX_QUEUE_MAP,
IEEE80211_QUEUE_STOP_REASON_SUSPEND);

/* flush out all packets */
synchronize_net();
/* flush out all packets and station cleanup call_rcu()s */
rcu_barrier();

ieee80211_flush_queues(local, NULL);

Expand Down

0 comments on commit df59707

Please sign in to comment.