diff options
| author | Andrew Rybchenko <arybchik@FreeBSD.org> | 2015-05-16 05:36:40 +0000 |
|---|---|---|
| committer | Andrew Rybchenko <arybchik@FreeBSD.org> | 2015-05-16 05:36:40 +0000 |
| commit | b5bae9f4f23011ed47524f26332fa3e00ced5e7c (patch) | |
| tree | edb4d488f948e190e4621be68b6bfbe0d3ae321e /sys/dev/sfxge/sfxge.c | |
| parent | 8e7e3163be94f5f39e357123d395dad58db248f1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sfxge/sfxge.c')
| -rw-r--r-- | sys/dev/sfxge/sfxge.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sfxge/sfxge.c b/sys/dev/sfxge/sfxge.c index fad76976d92c..0dca4ad67da3 100644 --- a/sys/dev/sfxge/sfxge.c +++ b/sys/dev/sfxge/sfxge.c @@ -65,8 +65,7 @@ __FBSDID("$FreeBSD$"); IFCAP_JUMBO_MTU | IFCAP_LRO | \ IFCAP_VLAN_HWTSO | IFCAP_LINKSTATE | IFCAP_HWSTATS) #define SFXGE_CAP_ENABLE SFXGE_CAP -#define SFXGE_CAP_FIXED (IFCAP_VLAN_MTU | IFCAP_RXCSUM | IFCAP_VLAN_HWCSUM | \ - IFCAP_RXCSUM_IPV6 | \ +#define SFXGE_CAP_FIXED (IFCAP_VLAN_MTU | IFCAP_VLAN_HWCSUM | \ IFCAP_JUMBO_MTU | IFCAP_LINKSTATE | IFCAP_HWSTATS) MALLOC_DEFINE(M_SFXGE, "sfxge", "Solarflare 10GigE driver"); |
