diff options
author | 2016-04-13 11:03:37 +0000 | |
---|---|---|
committer | 2016-04-13 11:03:37 +0000 | |
commit | 2fea45f3693fd320606f92f2584c8f52aa0c3944 (patch) | |
tree | 505265340de9527f797c248f98a27cd31e4702c8 /sys/dev/usb/if_udav.c | |
parent | G/C IFQ_SET_READY(). (diff) | |
download | wireguard-openbsd-2fea45f3693fd320606f92f2584c8f52aa0c3944.tar.xz wireguard-openbsd-2fea45f3693fd320606f92f2584c8f52aa0c3944.zip |
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/usb/if_udav.c')
-rw-r--r-- | sys/dev/usb/if_udav.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index f3b378f2bbc..8daa106fa87 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udav.c,v 1.77 2015/11/25 03:10:00 dlg Exp $ */ +/* $OpenBSD: if_udav.c,v 1.78 2016/04/13 11:03:37 mpi Exp $ */ /* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* @@ -257,8 +257,6 @@ udav_attach(struct device *parent, struct device *self, void *aux) ifp->if_ioctl = udav_ioctl; ifp->if_watchdog = udav_watchdog; - IFQ_SET_READY(&ifp->if_snd); - /* * Do ifmedia setup. */ |