{ 11, "10BaseTFD - UTP MAU, full duplex mode" },
{ 12, "10BaseFLHD - async fiber MAU, half duplex mode" },
{ 13, "10BaseFLDF - async fiber MAU, full duplex mode" },
- { 14, "10BaseT4 - 4 pair category 3 UTP" },
+ { 14, "100BaseT4 - 4 pair category 3 UTP" },
{ 15, "100BaseTXHD - 2 pair category 5 UTP, half duplex mode" },
{ 16, "100BaseTXFD - 2 pair category 5 UTP, full duplex mode" },
{ 17, "100BaseFXHD - X fiber over PMT, half duplex mode" },
#define LLDP_DOT3_MAU_10BASETFD 11
#define LLDP_DOT3_MAU_10BASEFLHD 12
#define LLDP_DOT3_MAU_10BASEFLFD 13
-#define LLDP_DOT3_MAU_10BASET4 14
+#define LLDP_DOT3_MAU_100BASET4 14
#define LLDP_DOT3_MAU_100BASETXHD 15
#define LLDP_DOT3_MAU_100BASETXFD 16
#define LLDP_DOT3_MAU_100BASEFXHD 17