diff options
Diffstat (limited to 'net/ieee80211')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_assoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index eec1a1dd91da..e3f37fdda65f 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c | |||
@@ -438,7 +438,7 @@ ieee80211softmac_try_reassoc(struct ieee80211softmac_device *mac) | |||
438 | 438 | ||
439 | spin_lock_irqsave(&mac->lock, flags); | 439 | spin_lock_irqsave(&mac->lock, flags); |
440 | mac->associnfo.associating = 1; | 440 | mac->associnfo.associating = 1; |
441 | schedule_work(&mac->associnfo.work); | 441 | schedule_delayed_work(&mac->associnfo.work, 0); |
442 | spin_unlock_irqrestore(&mac->lock, flags); | 442 | spin_unlock_irqrestore(&mac->lock, flags); |
443 | } | 443 | } |
444 | 444 | ||