summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/sys/dev/atsam/if_atsam.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/sys/dev/atsam/if_atsam.c')
-rw-r--r--rtemsbsd/sys/dev/atsam/if_atsam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/sys/dev/atsam/if_atsam.c b/rtemsbsd/sys/dev/atsam/if_atsam.c
index c92d42cb..21d639d1 100644
--- a/rtemsbsd/sys/dev/atsam/if_atsam.c
+++ b/rtemsbsd/sys/dev/atsam/if_atsam.c
@@ -1487,6 +1487,7 @@ static int if_atsam_driver_attach(device_t dev)
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX;
ifp->if_capabilities |= IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 |
IFCAP_VLAN_HWCSUM;
+ ifp->if_capenable = ifp->if_capabilities;
ifp->if_hwassist = CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP |
CSUM_IP6_UDP | CSUM_IP6_TCP;
IFQ_SET_MAXLEN(&ifp->if_snd, TXBUF_COUNT - 1);