20 lines
425 B
Diff
20 lines
425 B
Diff
*** a/mii-tool.c Sat Apr 24 17:18:41 2010
|
|
--- b/mii-tool.c Thu Apr 18 02:00:52 2019
|
|
***************
|
|
*** 52,58 ****
|
|
#include "mii.h"
|
|
#include "version.h"
|
|
|
|
! #define MAX_ETH 8 /* Maximum # of interfaces */
|
|
|
|
/* Table of known MII's */
|
|
static struct {
|
|
--- 52,58 ----
|
|
#include "mii.h"
|
|
#include "version.h"
|
|
|
|
! #define MAX_ETH 32 /* Maximum # of interfaces */
|
|
|
|
/* Table of known MII's */
|
|
static struct {
|