Module Name: src Committed By: thorpej Date: Mon Aug 22 18:08:05 UTC 2022
Modified Files: src/sys/dev/pci: if_ipw.c Log Message: ipw_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with "IF_POLL() -> IF_DEQUEUE() on success". To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/if_ipw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.