On Fri, 26 May 2006 14:14:32 +0000
Pradeep Dalvi <[EMAIL PROTECTED]> 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)) {
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to