All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: pradeep@linsyssoft.com
Cc: "Linsys Contractor Amit S. Kale" <amitkale@unminc.com>,
	Kernel Netdev Mailing List <netdev@vger.kernel.org>,
	Sanjeev Jorapur <sanjeev@netxen.com>,
	UNM Project Staff <unmproj@linsyssoft.com>
Subject: Re: [PATCH 1/9] Resending NetXen 1G/10G NIC driver patch
Date: Fri, 26 May 2006 08:04:29 -0700	[thread overview]
Message-ID: <20060526080429.2ebf8c08@localhost.localdomain> (raw)
In-Reply-To: <1148652872.3453.100.camel@arya.linsyssoft.com>

On Fri, 26 May 2006 14:14:32 +0000
Pradeep Dalvi <pradeep@linsyssoft.com> wrote:

> Following are the minor changes for [PATCH 1/9] in accordance with the
> given suggestions.
> 
> Regards,
> pradeep
> 
> diff -u linux-2.6.16.18/drivers/net/netxen/netxen_nic_ethtool.c
> linux-2.6.16.18/drivers/net/netxen/netxen_nic_ethtool.c
> --- linux-2.6.16.18/drivers/net/netxen/netxen_nic_ethtool.c
> 2006-05-25 02:43:22.000000000 -0700
> +++ linux-2.6.16.18/drivers/net/netxen/netxen_nic_ethtool.c
> 2006-05-26 04:05:34.000000000 -0700
> @@ -145,7 +145,7 @@
> 
>                 ecmd->port = PORT_TP;
> 
> -               if (port->state) {
> +               if (dev->flags & IFF_UP) {

	if (netif_running(dev)) {

      reply	other threads:[~2006-05-26 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 10:48 [PATCH 1/9] Resending NetXen 1G/10G NIC driver patch Linsys Contractor Amit S. Kale
2006-05-25 16:33 ` Stephen Hemminger
2006-05-26 14:14   ` Pradeep Dalvi
2006-05-26 15:04     ` Stephen Hemminger [this message]

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=20060526080429.2ebf8c08@localhost.localdomain \
    --to=shemminger@osdl.org \
    --cc=amitkale@unminc.com \
    --cc=netdev@vger.kernel.org \
    --cc=pradeep@linsyssoft.com \
    --cc=sanjeev@netxen.com \
    --cc=unmproj@linsyssoft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.