Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145267
b: refs/heads/master
c: 5078b2e
h: refs/heads/master
i:
  145265: 17b958d
  145263: 1fe1be9
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed May 20, 2009
1 parent 869540a commit 3778de0
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 267d493b322b05984048aef8ea9b5b213490bbe0
refs/heads/master: 5078b2e32ad4b1f753b1c837c15892202f753c97
7 changes: 7 additions & 0 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,13 @@ static int regulatory_hint_core(const char *alpha2)

queue_regulatory_request(request);

/*
* This ensures last_request is populated once modules
* come swinging in and calling regulatory hints and
* wiphy_apply_custom_regulatory().
*/
flush_scheduled_work();

return 0;
}

Expand Down

0 comments on commit 3778de0

Please sign in to comment.