ref: 8198b46b3a0608c32219bb8cf650e17892c2f911
parent: 01348870682fb9eb98f9fe54a55c60f55efd7d6a
parent: e9602e1c295e5ea803080b6f3c7039c6819c84b6
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 11 20:50:24 EST 2018
merge
--- a/sys/src/9/port/ethersink.c
+++ b/sys/src/9/port/ethersink.c
@@ -53,8 +53,6 @@
static int
reset(Ether* ether)
{- static uchar zeros[Eaddrlen];
-
if(ether->type==nil)
return -1;
ether->mbps = 1000;
--
⑨