]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/ppc/ethersaturn.c
devmnt: make sure auth chan is on said conection in mntattach()
[plan9front.git] / sys / src / 9 / ppc / ethersaturn.c
index a439b4215612b5f18f8fe89dd69b1d4af89cb065..9c9a6a966d619ffa19fb72a6adb7fd5b2d93f1ab 100644 (file)
@@ -176,7 +176,7 @@ interrupt(Ureg*, void*arg)
                                memmove(b->wp, pkt, len+sizeof(ushort));
                                b->rp += sizeof(ushort);
                                b->wp = b->rp + len;
-                               etheriq(ether, b, 1);
+                               etheriq(ether, b);
                        }else
                                ether->soverflows++;
                        rx=*ersr&Ersr_rxfpmask;