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/qlxgbe | |
| parent | 04da7226c469a47bc86886be7751e31542e19095 (diff) | |
Notes
Diffstat (limited to 'sys/dev/qlxgbe')
| -rw-r--r-- | sys/dev/qlxgbe/ql_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlxgbe/ql_os.c b/sys/dev/qlxgbe/ql_os.c index 7e77a911c0cf..461309cb5fe1 100644 --- a/sys/dev/qlxgbe/ql_os.c +++ b/sys/dev/qlxgbe/ql_os.c @@ -775,7 +775,7 @@ qla_init_ifnet(device_t dev, qla_host_t *ha) ifp->if_capenable = ifp->if_capabilities; - ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header); + ifp->if_hdrlen = sizeof(struct ether_vlan_header); ifmedia_init(&ha->media, IFM_IMASK, qla_media_change, qla_media_status); |
