increase MaxEther to 64 avoiding "too many ether cards" panic

This commit is contained in:
cinap_lenrek 2013-07-09 19:17:38 +02:00
parent 2d101158e4
commit 4102ba93d6

View file

@ -1,5 +1,5 @@
enum {
MaxEther = 48,
MaxEther = 64,
Ntypes = 8,
};