CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/20 00:33:32
Modified files:
sys/dev/pci : if_iwx.c
Log message:
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
