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

Commit 87579550 authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho
Browse files

wl12xx: don't disconnect on recovery



allow full connection recovery by dropping the
beacon_loss notification.

Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent a0a52156
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1225,9 +1225,6 @@ static void wl1271_recovery_work(struct work_struct *work)
	    test_bit(WL1271_FLAG_AP_STARTED, &wl->flags))
		wl->tx_security_seq += WL1271_TX_SQN_POST_RECOVERY_PADDING;

	if (test_bit(WL1271_FLAG_STA_ASSOCIATED, &wl->flags))
		ieee80211_connection_loss(wl->vif);

	/* Prevent spurious TX during FW restart */
	ieee80211_stop_queues(wl->hw);