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/ae | |
| parent | 04da7226c469a47bc86886be7751e31542e19095 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ae')
| -rw-r--r-- | sys/dev/ae/if_ae.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 591bece1542e..ec174091cd70 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -363,7 +363,7 @@ ae_attach(device_t dev) ether_ifattach(ifp, sc->eaddr); /* 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 and run all helper tasks. |
