View | Details | Raw Unified | Return to bug 205050
Collapse All | Expand All

(-)sys/dev/usb/net/if_smsc.c (-1 / +1 lines)
Lines 1707-1713 Link Here
1707
	/* The chip supports TCP/UDP checksum offloading on TX and RX paths, however
1707
	/* The chip supports TCP/UDP checksum offloading on TX and RX paths, however
1708
	 * currently only RX checksum is supported in the driver (see top of file).
1708
	 * currently only RX checksum is supported in the driver (see top of file).
1709
	 */
1709
	 */
1710
	ifp->if_capabilities |= IFCAP_RXCSUM;
1710
	ifp->if_capabilities |= IFCAP_RXCSUM | IFCAP_VLAN_MTU;
1711
	ifp->if_hwassist = 0;
1711
	ifp->if_hwassist = 0;
1712
	
1712
	
1713
	/* TX checksuming is disabled (for now?)
1713
	/* TX checksuming is disabled (for now?)

Return to bug 205050