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_run.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_run.c')
| -rw-r--r-- | sys/dev/usb/if_run.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index 6d4f24f7656..65e60b50577 100644 --- a/sys/dev/usb/if_run.c +++ b/sys/dev/usb/if_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_run.c,v 1.115 2015/11/25 03:10:00 dlg Exp $ */ +/* $OpenBSD: if_run.c,v 1.116 2016/04/13 11:03:37 mpi Exp $ */ /*- * Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -644,7 +644,6 @@ run_attach(struct device *parent, struct device *self, void *aux) ifp->if_ioctl = run_ioctl; ifp->if_start = run_start; ifp->if_watchdog = run_watchdog; - IFQ_SET_READY(&ifp->if_snd); memcpy(ifp->if_xname, sc->sc_dev.dv_xname, IFNAMSIZ); if_attach(ifp); |
