Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1469cf2 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

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

parent 2dd50801
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;