diff options
Diffstat (limited to 'sys/dev/mii/xmphyreg.h')
-rw-r--r-- | sys/dev/mii/xmphyreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 100dbb6df9b..3ee425b8894 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.h @@ -77,7 +77,7 @@ #define XMPHY_RF_ANEGFAIL 0x3000 /* Autonegotiation error */ #define XMPHY_PAUSE_NOPAUSE 0x0000 /* No pause possible */ -#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymetric pause toward LP */ +#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymmetric pause toward LP */ #define XMPHY_PAUSE_SYMETRIC 0x0100 /* Symetric pause */ #define XMPHY_PAUSE_BOTH 0x0180 /* Both sym and asym pause */ |