diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-01-26 11:40:58 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-01-26 11:40:58 +0000 |
| commit | de13c80e9bcd009519f9d2ccbffa041daa7c02af (patch) | |
| tree | 5ffd067d89150d8a070b6a90df1a93d4d05e499a /sys/dev/em | |
| parent | 1fbb36ff80d6c5897dd4fe1595c48792a34a33ab (diff) | |
Notes
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index cd2b77ef0a266..36fadddfdb35f 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -1945,7 +1945,7 @@ em_setup_interface(device_t dev, struct adapter * adapter) ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header); #if __FreeBSD_version >= 500000 ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU; - ifp->if_capenable |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU; + ifp->if_capenable |= IFCAP_VLAN_MTU; #endif #ifdef DEVICE_POLLING |
