Actually advance the interim queue after getting from it.

This commit is contained in:
OBattler
2022-02-20 17:01:46 +01:00
parent c19b06d404
commit f80937d350

View File

@@ -335,8 +335,10 @@ network_rx_queue(void *priv)
/* Transmission. */
network_queue_get(2, &pkt);
if (pkt != NULL)
if (pkt != NULL) {
network_queue_put(1, pkt->priv, pkt->data, pkt->len);
network_queue_advance(2);
}
// network_busy(0);