|
@@ -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);
|
|
|
}
|
|
|
|