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

(-)if_muge.c (+1 lines)
Lines 1610-1615 Link Here
1610
	 * however currently only RX checksum is supported in the driver
1610
	 * however currently only RX checksum is supported in the driver
1611
	 * (see top of file).
1611
	 * (see top of file).
1612
	 */
1612
	 */
1613
	ifp->if_capabilities |= IFCAP_VLAN_MTU;
1613
	ifp->if_hwassist = 0;
1614
	ifp->if_hwassist = 0;
1614
	if (MUGE_DEFAULT_RX_CSUM_ENABLE)
1615
	if (MUGE_DEFAULT_RX_CSUM_ENABLE)
1615
		ifp->if_capabilities |= IFCAP_RXCSUM;
1616
		ifp->if_capabilities |= IFCAP_RXCSUM;

Return to bug 238665