Module Name: src Committed By: riastradh Date: Thu Mar 3 05:51:56 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: No need for usbnet_busy in usbnet_init_rx_tx or usbnet_stop. These run with IFNET_LOCK held, and the interface cannot be detached until the IFNET_LOCK is released, so there is no need to hang onto a reference count here. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.