diff options
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_assoc.c')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_assoc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index 085022fd23c0..1b02dddda1f7 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c | |||
@@ -350,6 +350,7 @@ ieee80211softmac_handle_disassoc(struct net_device * dev, | |||
350 | spin_lock_irqsave(&mac->lock, flags); | 350 | spin_lock_irqsave(&mac->lock, flags); |
351 | mac->associnfo.bssvalid = 0; | 351 | mac->associnfo.bssvalid = 0; |
352 | mac->associated = 0; | 352 | mac->associated = 0; |
353 | schedule_work(&mac->associnfo.work); | ||
353 | spin_unlock_irqrestore(&mac->lock, flags); | 354 | spin_unlock_irqrestore(&mac->lock, flags); |
354 | 355 | ||
355 | return 0; | 356 | return 0; |