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:
parent
356168f5cc
commit
c6d8cd1e00
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111635
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user