diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:03:38 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:03:38 +0000 |
commit | 3e4c7321f1b09fecb454c35284ff057d565524c7 (patch) | |
tree | 816c607091afea565a8b3032bdf62f7108d767cf /sys/dev/usb/if_aue.c | |
parent | ef0925595b543d85814fc9436af640e6edb96cea (diff) |
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r-- | sys/dev/usb/if_aue.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 58654187e0c..63f7e29ce5f 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.104 2015/11/25 03:10:00 dlg Exp $ */ +/* $OpenBSD: if_aue.c,v 1.105 2016/04/13 11:03:37 mpi Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -781,8 +781,6 @@ aue_attach(struct device *parent, struct device *self, void *aux) ifp->if_watchdog = aue_watchdog; strlcpy(ifp->if_xname, sc->aue_dev.dv_xname, IFNAMSIZ); - IFQ_SET_READY(&ifp->if_snd); - ifp->if_capabilities = IFCAP_VLAN_MTU; /* Initialize MII/media info. */ |