netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Sreenivasa Honnur <Sreenivasa.Honnur@neterion.com>
Cc: netdev@vger.kernel.org, support@neterion.com
Subject: Re: [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function
Date: Fri, 31 Aug 2007 09:28:36 -0400	[thread overview]
Message-ID: <46D81784.5060009@garzik.org> (raw)
In-Reply-To: <Pine.GSO.4.10.10708220345360.29101-100000@guinness>

Sreenivasa Honnur wrote:
> - Update transceiver information in ethtool function
>  
> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
> Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.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



  reply	other threads:[~2007-08-31 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-22  7:47 [PATCH 2.6.24 3/3]S2io: Updating transceiver information in ethtool function Sreenivasa Honnur
2007-08-31 13:28 ` Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-14 11:43 Sivakumar Subramani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46D81784.5060009@garzik.org \
    --to=jeff@garzik.org \
    --cc=Sreenivasa.Honnur@neterion.com \
    --cc=netdev@vger.kernel.org \
    --cc=support@neterion.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).