From 031d391d756ba6f3a80cc1a8c3fa2f488d4b0fcd Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 28 Mar 2007 19:44:22 +0000 Subject: [PATCH] added SPEED_2500 needed by backport bnx2.c driver --- include/linux/ethtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index a0ab26aab..83f8b7708 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -434,6 +434,7 @@ struct ethtool_ops { #define SPEED_10 10 #define SPEED_100 100 #define SPEED_1000 1000 +#define SPEED_2500 2500 #define SPEED_10000 10000 /* Duplex, half or full. */ -- 2.47.0