Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159270
b: refs/heads/master
c: bc43b28
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jul 29, 2009
1 parent 4f8d9af commit a2508ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6686d17e161dcd0dc6801bcde9e397020bf9edf7
refs/heads/master: bc43b28c10855aa56f6d0bd64ec6a6d8edbcf11b
6 changes: 3 additions & 3 deletions trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -4517,10 +4517,10 @@ void nl80211_send_reg_change_event(struct regulatory_request *request)
return;
}

rtnl_lock();
rcu_read_lock();
genlmsg_multicast_allns(msg, 0, nl80211_regulatory_mcgrp.id,
GFP_KERNEL);
rtnl_unlock();
GFP_ATOMIC);
rcu_read_unlock();

return;

Expand Down

0 comments on commit a2508ed

Please sign in to comment.