summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/etherif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/etherif.h b/sys/src/9/pc/etherif.h
index 94c16267d..d9ae2b3af 100644
--- a/sys/src/9/pc/etherif.h
+++ b/sys/src/9/pc/etherif.h
@@ -1,5 +1,5 @@
enum {
- MaxEther = 48,
+ MaxEther = 64,
Ntypes = 8,
};