summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-04-26 14:28:39 +0000
committermpi <mpi@openbsd.org>2013-04-26 14:28:39 +0000
commit431119e51d84c9108669a61e68e57d17cb7a2d86 (patch)
tree3af8248862e9ae0faf46becbe36b5c3f8d848197 /sys/dev/softraid.c
parentRemove unused and ambiguous usbd_get_interface() function. (diff)
downloadwireguard-openbsd-431119e51d84c9108669a61e68e57d17cb7a2d86.tar.xz
wireguard-openbsd-431119e51d84c9108669a61e68e57d17cb7a2d86.zip
Don't use usbd_bulk_transfer() to submit a synchronous transfer. This
function is badly named and should be used for transfers coming from userland which is not the case here as synchronous transfers are only used while configuring the device. Note that the transfer submission code can be simplified now that sync and async transfers use the standard setup_xfer()/transfer() method. Tested by and ok mglocker@
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions