From fea03b23ab564f0e7cc4ae0f3af29f5bed709ffe Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 23 Apr 2012 21:49:11 +0000 Subject: Do not announce IPv6 TSO support yet. The in-tree driver does not seem to fully handle this yet. Reviewed by: davidcs MFC after: 1 week --- sys/dev/qlxgb/qla_os.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/qlxgb') diff --git a/sys/dev/qlxgb/qla_os.c b/sys/dev/qlxgb/qla_os.c index 5dc3849..546a81a 100644 --- a/sys/dev/qlxgb/qla_os.c +++ b/sys/dev/qlxgb/qla_os.c @@ -677,7 +677,6 @@ qla_init_ifnet(device_t dev, qla_host_t *ha) ifp->if_capabilities = IFCAP_HWCSUM | IFCAP_TSO4 | - IFCAP_TSO6 | IFCAP_JUMBO_MTU; ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU; -- cgit v1.1