Module Name: src Committed By: riastradh Date: Wed Feb 28 20:18:13 UTC 2024
Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: urtwn(4): Ditch old queued commands on overflow. Don't increment ring->queued past what the task will decrement. This is a stop-gap measure; really, we should just have one task for each operation that is deferred to the task thread. PR kern/57965 To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/dev/usb/if_urtwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.