Remove iwx_wait_tx_queues_empty(); unused with current firmware versions
authorstsp <stsp@openbsd.org>
Wed, 20 Dec 2023 07:33:32 +0000 (07:33 +0000)
committerstsp <stsp@openbsd.org>
Wed, 20 Dec 2023 07:33:32 +0000 (07:33 +0000)
commit1fe292d1a480241213e618a905fef43d03ac65ca
treec7a2b47b78e65cd59c052de0cf35bb92dcf87c17
parentbe47d0a5f00c62ce8dd784cf7f90f635203434ae
Remove iwx_wait_tx_queues_empty(); unused with current firmware versions

Current firmware supplies a flush-command response which makes it
unnecessary to poll for empty queues after sending the flush command.

Based on a patch by Mikhail Pchelin
sys/dev/pci/if_iwx.c