--- - branch: MAIN date: Thu Mar 3 05:47:43 UTC 2022 files: - new: '1.52' old: '1.51' path: src/sys/dev/usb/usbnet.c pathrev: src/sys/dev/usb/usbnet.c@1.52 type: modified id: 20220303T054743Z.a21218bee360b9d8390cb2642b197e52c8ac4bd4 log: | usbnet: Don't check if_flags for IFF_RUNNING in usbnet_rxeof. This can only run after we start the pipes in usbnet_init_rx_tx, and before we abort the pipes in usbnet_stop, during which time if_flags & IFF_RUNNING is stably set. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1646286463' user: riastradh