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

Commit bf816242 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: handle failure in Tx vring config"

parents 2c6fad6c 9caac4fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ static void wil_connect_worker(struct work_struct *work)
		wil->sta[cid].status = wil_sta_connected;
		netif_tx_wake_all_queues(ndev);
	} else {
		wil->sta[cid].status = wil_sta_unused;
		wil_disconnect_cid(wil, cid, WLAN_REASON_UNSPECIFIED, true);
	}
}