From 729c9c39d9156674f61d086e3306bcc04ce8dfc5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 18 Feb 2018 19:56:01 +0100 Subject: devether: mux bridges, portable netconsole --- sys/src/9/pc/ethervirtio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/9/pc/ethervirtio.c') diff --git a/sys/src/9/pc/ethervirtio.c b/sys/src/9/pc/ethervirtio.c index c3463fa20..99241f28e 100644 --- a/sys/src/9/pc/ethervirtio.c +++ b/sys/src/9/pc/ethervirtio.c @@ -325,7 +325,7 @@ rxproc(void *v) blocks[i] = nil; b->wp = b->rp + u->len - VheaderSize; - etheriq(edev, b, 1); + etheriq(edev, b); q->lastused++; } } -- cgit v1.2.3