aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-08-30 19:55:54 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-08-30 19:55:54 +0000
commit1bffa9511fe94125820858b0ead796db54ac019d (patch)
tree10a1db7d40e40b24cd3293b6609aa460c86abb49 /sys/dev/alc
parent04da7226c469a47bc86886be7751e31542e19095 (diff)
Notes
Diffstat (limited to 'sys/dev/alc')
-rw-r--r--sys/dev/alc/if_alc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c
index dcc9230eb046..3f661fdefb7b 100644
--- a/sys/dev/alc/if_alc.c
+++ b/sys/dev/alc/if_alc.c
@@ -1012,7 +1012,7 @@ alc_attach(device_t dev)
ifp->if_hwassist &= ~ALC_CSUM_FEATURES;
/* Tell the upper layer(s) we support long frames. */
- ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header);
+ ifp->if_hdrlen = sizeof(struct ether_vlan_header);
/* Create local taskq. */
sc->alc_tq = taskqueue_create_fast("alc_taskq", M_WAITOK,