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
This commit is contained in:
Bjoern A. Zeeb 2012-04-23 21:49:11 +00:00
parent b3bfb267cb
commit 0e701bc14c

View File

@ -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;