artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef50e6
)
Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.
author
stsp
<stsp@openbsd.org>
Tue, 26 Jul 2016 15:37:12 +0000
(15:37 +0000)
committer
stsp
<stsp@openbsd.org>
Tue, 26 Jul 2016 15:37:12 +0000
(15:37 +0000)
ok deraadt@
sys/dev/usb/if_rsu.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/if_rsu.c
b/sys/dev/usb/if_rsu.c
index
e434217
..
18bd5ea
100644
(file)
--- a/
sys/dev/usb/if_rsu.c
+++ b/
sys/dev/usb/if_rsu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_rsu.c,v 1.3
4 2016/04/13 11:03:37 mpi Exp $
*/
+/* $OpenBSD: if_rsu.c,v 1.3
5 2016/07/26 15:37:12 stsp Exp $
*/
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@
-2263,7
+2263,7
@@
rsu_init(struct ifnet *ifp)
/* We're ready to go. */
ifp->if_flags |= IFF_RUNNING;
- ifq_
set
_oactive(&ifp->if_snd);
+ ifq_
clr
_oactive(&ifp->if_snd);
#ifdef notyet
if (ic->ic_flags & IEEE80211_F_WEPON) {