Message ID | 98e15038-d96c-442f-93e4-410100d27866@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6c06c88fa838fcc1b7e5380facd086f57fd9d1c4 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: phy: realtek: complete 5Gbps support and replace private constants | expand |
diff --git a/include/uapi/linux/mdio.h b/include/uapi/linux/mdio.h index d03863da1..3c9097502 100644 --- a/include/uapi/linux/mdio.h +++ b/include/uapi/linux/mdio.h @@ -138,6 +138,8 @@ #define MDIO_PMA_SPEED_1000 0x0010 /* 1000M capable */ #define MDIO_PMA_SPEED_100 0x0020 /* 100M capable */ #define MDIO_PMA_SPEED_10 0x0040 /* 10M capable */ +#define MDIO_PMA_SPEED_2_5G 0x2000 /* 2.5G capable */ +#define MDIO_PMA_SPEED_5G 0x4000 /* 5G capable */ #define MDIO_PCS_SPEED_10P2B 0x0002 /* 10PASS-TS/2BASE-TL capable */ #define MDIO_PCS_SPEED_2_5G 0x0040 /* 2.5G capable */ #define MDIO_PCS_SPEED_5G 0x0080 /* 5G capable */