And of course, release the mutex as well after we're done.

This commit is contained in:
OBattler
2022-02-20 01:30:37 +01:00
parent f35ee02157
commit 8ec062e1ec

View File

@@ -371,6 +371,8 @@ network_rx_queue(void *priv)
network_queue_advance(0);
network_busy(0);
network_wait(0);
}