projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c14fe9
)
Don't claim to do IPv6 checksum offload
author
David Woodhouse
<dwmw2@infradead.org>
Mon, 3 Dec 2007 04:34:32 +0000
(
04:34
+0000)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 4 Dec 2007 19:53:07 +0000
(14:53 -0500)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pasemi_mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/pasemi_mac.c
b/drivers/net/pasemi_mac.c
index
09b4fde
..
a8db5d7
100644
(file)
--- 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;
/* These should come out of the device tree eventually */
mac->dma_txch = index;