netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Olof Johansson <olof@lixom.net>, netdev@vger.kernel.org
Subject: Re: [PASEMI_MAC] Don't claim to do IPv6 checksum offload
Date: Tue, 04 Dec 2007 14:54:08 -0500	[thread overview]
Message-ID: <4755B060.8020406@pobox.com> (raw)
In-Reply-To: <1196656472.13978.130.camel@pmac.infradead.org>

David Woodhouse wrote:
> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
> 
> diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
> index 09b4fde..a8db5d7 100644
> --- a/drivers/net/pasemi_mac.c
> +++ b/drivers/net/pasemi_mac.c
> @@ -1362,7 +1362,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
>  
>  	netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
>  
> -	dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX | NETIF_F_SG;
> +	dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG;

applied #upstream-fixes



      parent reply	other threads:[~2007-12-04 19:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-03  4:34 [PASEMI_MAC] Don't claim to do IPv6 checksum offload David Woodhouse
2007-12-03  4:54 ` Olof Johansson
2007-12-04 19:54 ` Jeff Garzik [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=4755B060.8020406@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=dwmw2@infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=olof@lixom.net \
    /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).