CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/09 01:43:39
Modified files:
sys/dev/usb : if_axe.c if_axen.c if_cdce.c if_kue.c if_mos.c
if_mue.c if_smsc.c if_ugl.c if_upl.c if_ure.c
if_urndis.c
Log message:
Do not call encap routines with the IFQ mutex held, as they might
sleep in the stop routine in case of errors.
Fix proposed by mpi@, ok patrick@
