aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/s2io.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 01e4b1c26a36..203cc1e87de0 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -84,7 +84,7 @@
84#include "s2io.h" 84#include "s2io.h"
85#include "s2io-regs.h" 85#include "s2io-regs.h"
86 86
87#define DRV_VERSION "2.0.26.4" 87#define DRV_VERSION "2.0.26.5"
88 88
89/* S2io Driver name & version. */ 89/* S2io Driver name & version. */
90static char s2io_driver_name[] = "Neterion"; 90static char s2io_driver_name[] = "Neterion";
@@ -4976,7 +4976,9 @@ static int s2io_ethtool_gset(struct net_device *dev, struct ethtool_cmd *info)
4976 info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE); 4976 info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
4977 info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE); 4977 info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE);
4978 info->port = PORT_FIBRE; 4978 info->port = PORT_FIBRE;
4979 /* info->transceiver?? TODO */ 4979
4980 /* info->transceiver */
4981 info->transceiver = XCVR_EXTERNAL;
4980 4982
4981 if (netif_carrier_ok(sp->dev)) { 4983 if (netif_carrier_ok(sp->dev)) {
4982 info->speed = 10000; 4984 info->speed = 10000;