Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136172
b: refs/heads/master
c: 98dfaa5
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Mar 28, 2009
1 parent 0ab892d commit 936c8d5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9cb5412b0760981d43ac3e612992c90cea690e72
refs/heads/master: 98dfaa577855a551e798e3a99b934386698d2026
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,9 @@ static int __init init_mac80211_hwsim(void)
break;
}

/* give the regulatory workqueue a chance to run */
if (regtest)
schedule_timeout_interruptible(1);
err = ieee80211_register_hw(hw);
if (err < 0) {
printk(KERN_DEBUG "mac80211_hwsim: "
Expand Down

0 comments on commit 936c8d5

Please sign in to comment.