summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-01-07 09:41:57 +0000
committerkevlo <kevlo@FreeBSD.org>2012-01-07 09:41:57 +0000
commit41b065b8d46fe265392cdb2ddde288e6685e6a17 (patch)
tree144bbe0cda0a389ee52d42a4e4d5d4f45b59c3cd /sys/dev/ex
parent6ccd11eb82acf6a486f18617bb71ce7a4e6a3a50 (diff)
downloadFreeBSD-src-41b065b8d46fe265392cdb2ddde288e6685e6a17.zip
FreeBSD-src-41b065b8d46fe265392cdb2ddde288e6685e6a17.tar.gz
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
Reviewed by: yongari
Diffstat (limited to 'sys/dev/ex')
-rw-r--r--sys/dev/ex/if_ex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c
index efd54bc..8037b11 100644
--- a/sys/dev/ex/if_ex.c
+++ b/sys/dev/ex/if_ex.c
@@ -232,7 +232,6 @@ ex_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_SIMPLEX | IFF_BROADCAST | IFF_MULTICAST;
ifp->if_start = ex_start;
ifp->if_ioctl = ex_ioctl;
OpenPOWER on IntegriCloud