Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43935
b: refs/heads/master
c: db9a758
h: refs/heads/master
i:
  43933: 0a7976f
  43931: 2b620ad
  43927: 9339559
  43919: cfbc6b1
  43903: f4245a5
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Dec 10, 2006
1 parent 425fe77 commit 147af7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: af1713e0f111647052953ba12fd10a59c74a5dde
refs/heads/master: db9a758c3895ae99d647143d1f043938eb68521e
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ ieee80211softmac_try_reassoc(struct ieee80211softmac_device *mac)

spin_lock_irqsave(&mac->lock, flags);
mac->associnfo.associating = 1;
schedule_work(&mac->associnfo.work);
schedule_delayed_work(&mac->associnfo.work, 0);
spin_unlock_irqrestore(&mac->lock, flags);
}

Expand Down

0 comments on commit 147af7b

Please sign in to comment.