lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 31 Aug 2007 09:28:36 -0400 From: Jeff Garzik <jeff@...zik.org> To: Sreenivasa Honnur <Sreenivasa.Honnur@...erion.com> CC: netdev@...r.kernel.org, support@...erion.com Subject: Re: [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function Sreenivasa Honnur wrote: > - Update transceiver information in ethtool function > > Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@...erion.com> > Signed-off-by: Ramkrishna Vepa <ram.vepa@...erion.com> > --- > diff -urpN patch2/drivers/net/s2io.c patch3/drivers/net/s2io.c > --- patch2/drivers/net/s2io.c 2007-08-18 07:19:21.000000000 +0530 > +++ patch3/drivers/net/s2io.c 2007-08-18 07:20:27.000000000 +0530 > @@ -84,7 +84,7 @@ > #include "s2io.h" > #include "s2io-regs.h" > > -#define DRV_VERSION "2.0.26.4" > +#define DRV_VERSION "2.0.26.5" > > /* S2io Driver name & version. */ > static char s2io_driver_name[] = "Neterion"; > @@ -5459,7 +5459,9 @@ static int s2io_ethtool_gset(struct net_ > info->supported = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE); > info->advertising = (SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE); > info->port = PORT_FIBRE; > - /* info->transceiver?? TODO */ > + > + /* info->transceiver */ > + info->transceiver = XCVR_EXTERNAL; ACK - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists