提交 d1469cf2 编写于 作者: J Johannes Berg 提交者: John W. Linville

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

Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 2dd50801
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册