diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-08-30 19:55:54 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-08-30 19:55:54 +0000 |
| commit | 1bffa9511fe94125820858b0ead796db54ac019d (patch) | |
| tree | 10a1db7d40e40b24cd3293b6609aa460c86abb49 /sys/dev/re | |
| parent | 04da7226c469a47bc86886be7751e31542e19095 (diff) | |
Notes
Diffstat (limited to 'sys/dev/re')
| -rw-r--r-- | sys/dev/re/if_re.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 79d3fa711ac5..e7f1361b4967 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -1681,7 +1681,7 @@ re_attach(device_t dev) * Must appear after the call to ether_ifattach() because * ether_ifattach() sets ifi_hdrlen to the default value. */ - ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header); + ifp->if_hdrlen = sizeof(struct ether_vlan_header); #ifdef DEV_NETMAP re_netmap_attach(sc); |
