projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9061bde
)
usb4bsd: Add missing parameter to ue_start().
author
Sascha Wildner <saw@online.de>
Wed, 30 Jan 2013 22:49:35 +0000 (23:49 +0100)
committer
Sascha Wildner <saw@online.de>
Wed, 30 Jan 2013 22:49:35 +0000 (23:49 +0100)
Submitted-by: Yellow Rabbit <yrabbit@sdf.lonestar.org>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2503>
sys/bus/u4b/net/usb_ethernet.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/bus/u4b/net/usb_ethernet.c
b/sys/bus/u4b/net/usb_ethernet.c
index
6fd4d30
..
942b7d1
100644
(file)
--- a/
sys/bus/u4b/net/usb_ethernet.c
+++ b/
sys/bus/u4b/net/usb_ethernet.c
@@
-396,7
+396,7
@@
void
uether_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
{
- ue_start(ifp);
+ ue_start(ifp, ifsq);
}
static void