aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/softmac/ieee80211softmac_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_auth.c')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_auth.c b/net/ieee80211/softmac/ieee80211softmac_auth.c
index 5a773528110f..6eab2be91870 100644
--- a/net/ieee80211/softmac/ieee80211softmac_auth.c
+++ b/net/ieee80211/softmac/ieee80211softmac_auth.c
@@ -278,6 +278,8 @@ ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac,
278 kfree(net->challenge); 278 kfree(net->challenge);
279 kfree(net); 279 kfree(net);
280 280
281 /* can't transmit data right now... */
282 netif_carrier_off(mac->dev);
281 /* let's try to re-associate */ 283 /* let's try to re-associate */
282 schedule_work(&mac->associnfo.work); 284 schedule_work(&mac->associnfo.work);
283 spin_unlock_irqrestore(&mac->lock, flags); 285 spin_unlock_irqrestore(&mac->lock, flags);