diff options
| -rw-r--r-- | sys/src/9/pc/ether82598.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/ether82598.c b/sys/src/9/pc/ether82598.c index e890366c6..76e7f8546 100644 --- a/sys/src/9/pc/ether82598.c +++ b/sys/src/9/pc/ether82598.c @@ -298,7 +298,7 @@ typedef struct { Block **tb; uchar ra[Eaddrlen]; - uchar mta[128]; + u32int mta[128]; ulong stats[nelem(stattab)]; uint speeds[3]; } Ctlr; |
