1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Remember to set if_capenable when setting up checksum offload in fxp_attach().

Pointed out by: jlemon
This commit is contained in:
Bill Paul 2003-02-27 19:41:55 +00:00
parent 356168f5cc
commit c6d8cd1e00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111635

View File

@ -678,6 +678,7 @@ fxp_attach(device_t dev)
if (sc->flags & FXP_FLAG_EXT_RFA) {
ifp->if_hwassist = FXP_CSUM_FEATURES;
ifp->if_capabilities = IFCAP_HWCSUM;
ifp->if_capenable = ifp->if_capabilities;
}
/*