[Bug 274382] iwlwifi Invalid TXQ id
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274382] iwlwifi Invalid TXQ id"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Feb 2024 15:39:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274382
--- Comment #32 from Cheng Cui <cc@FreeBSD.org> ---
(In reply to Bjoern A. Zeeb from comment #30)
It is reliably reproduced. I have attached the "iwl_mvm_tx_mpdu log messages"
from console after running the below script. Please let me know if there is any
more log knob needed to setup.
root@n1iwlvm:~ # cat test.tcsh
#!/bin/tcsh -f
set cnt = $argv[1]
set i = 0
while ($i < $cnt)
@ i = $i + 1
echo "($i)"
service netif restart && sleep 10
ifconfig wlan0
echo "run scp now"
scp /tmp/data.txt root@n2fbsd:/tmp/
end
root@n1iwlvm:~ #
--
You are receiving this mail because:
You are on the CC list for the bug.