diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 22:20:11 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 22:20:11 -0500 |
commit | 4aefe1554b08b445b1701c1049563ac24b77b097 (patch) | |
tree | 53cfca0072109265d88b949dbcbb60e48a02c833 /include/linux/ethtool.h | |
parent | f912696ab330bf539231d1f8032320f2a08b850f (diff) | |
parent | d38087609aefdf0918960c9d941d46f884a4f4eb (diff) | |
download | op-kernel-dev-4aefe1554b08b445b1701c1049563ac24b77b097.zip op-kernel-dev-4aefe1554b08b445b1701c1049563ac24b77b097.tar.gz |
Merge git://git.tuxdriver.com/git/netdev-jwl
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index d2c390e..93535f0 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -453,10 +453,11 @@ struct ethtool_ops { * it was foced up into this mode or autonegotiated. */ -/* The forced speed, 10Mb, 100Mb, gigabit, 10GbE. */ +/* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */ #define SPEED_10 10 #define SPEED_100 100 #define SPEED_1000 1000 +#define SPEED_2500 2500 #define SPEED_10000 10000 /* Duplex, half or full. */ |