diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-07 09:41:57 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-07 09:41:57 +0000 |
| commit | 5bbe0c5357ab1559478babc8c2cf244cff5e98b7 (patch) | |
| tree | 144bbe0cda0a389ee52d42a4e4d5d4f45b59c3cd /sys/dev/sn | |
| parent | 324930d7f89eb3be05650cecb0d6ce2f7dc18f11 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn')
| -rw-r--r-- | sys/dev/sn/if_sn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 0f86f92e76dd..8aef549dcc15 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -201,7 +201,6 @@ sn_attach(device_t dev) } ifp->if_softc = sc; if_initname(ifp, device_get_name(dev), device_get_unit(dev)); - ifp->if_mtu = ETHERMTU; ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ifp->if_start = snstart; ifp->if_ioctl = snioctl; |
