summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2016-04-13 11:03:38 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2016-04-13 11:03:38 +0000
commit3e4c7321f1b09fecb454c35284ff057d565524c7 (patch)
tree816c607091afea565a8b3032bdf62f7108d767cf /sys/dev/usb/if_axe.c
parentef0925595b543d85814fc9436af640e6edb96cea (diff)
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/usb/if_axe.c')
-rw-r--r--sys/dev/usb/if_axe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c
index 6ae4238390b..484c33ed1df 100644
--- a/sys/dev/usb/if_axe.c
+++ b/sys/dev/usb/if_axe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_axe.c,v 1.136 2015/11/25 03:10:00 dlg Exp $ */
+/* $OpenBSD: if_axe.c,v 1.137 2016/04/13 11:03:37 mpi Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org>
@@ -801,7 +801,6 @@ axe_attach(struct device *parent, struct device *self, void *aux)
ifp->if_ioctl = axe_ioctl;
ifp->if_start = axe_start;
ifp->if_watchdog = axe_watchdog;
- IFQ_SET_READY(&ifp->if_snd);
ifp->if_capabilities = IFCAP_VLAN_MTU;