1
0
Fork 0

[PATCH] softmac: try to reassociate when being disassociated from the AP

Signed-off-by: John W. Linville <linville@tuxdriver.com>
hifive-unleashed-5.1
Johannes Berg 2006-01-10 15:47:06 +01:00 committed by John W. Linville
parent 2dd50801b3
commit d1469cf2c7
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ ieee80211softmac_handle_disassoc(struct net_device * dev,
spin_lock_irqsave(&mac->lock, flags);
mac->associnfo.bssvalid = 0;
mac->associated = 0;
schedule_work(&mac->associnfo.work);
spin_unlock_irqrestore(&mac->lock, flags);
return 0;