Module Name: src Committed By: riastradh Date: Thu Mar 3 05:47:50 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Don't check if_flags for IFF_RUNNING in usbnet_pipe_intr. The one user of this interface in tree, aue(4), doesn't care -- if_statinc is safe whether IFF_RUNNING or not. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 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.