summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2010-07-09 17:11:29 +0000
committerjfv <jfv@FreeBSD.org>2010-07-09 17:11:29 +0000
commitbf4d5d990f17c725a40d40af8f4a98dc35c88576 (patch)
tree065be8cb47ebafdf36734bfaadbe46bfdcefd8ea /sys/dev/e1000
parent68968ee3efc7cf2e100a1863a77cd0bd7be794f3 (diff)
downloadFreeBSD-src-bf4d5d990f17c725a40d40af8f4a98dc35c88576.zip
FreeBSD-src-bf4d5d990f17c725a40d40af8f4a98dc35c88576.tar.gz
Fix of a VLAN problem by jhb, the checksum capability
got lost along the way. MFC: asap
Diffstat (limited to 'sys/dev/e1000')
-rw-r--r--sys/dev/e1000/if_igb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index f815574..eb3906b 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -2679,7 +2679,7 @@ igb_setup_interface(device_t dev, struct adapter *adapter)
ifp->if_capabilities = ifp->if_capenable = 0;
- ifp->if_capabilities = IFCAP_HWCSUM | IFCAP_VLAN_MTU;
+ ifp->if_capabilities = IFCAP_HWCSUM | IFCAP_VLAN_HWCSUM;
ifp->if_capabilities |= IFCAP_TSO4;
ifp->if_capabilities |= IFCAP_JUMBO_MTU;
if (igb_header_split)
OpenPOWER on IntegriCloud